]> mj.ucw.cz Git - libucw.git/commit
Opt: Split to three separate modules
authorMartin Mares <mj@ucw.cz>
Mon, 27 Jan 2014 18:23:30 +0000 (19:23 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 27 Jan 2014 18:23:30 +0000 (19:23 +0100)
commit7b52f60afc7ab5c9e96975d2fe9b08f3018bbd60
treed3686b25e698eb1771cc7f0370d8d8aa3bb092e0
parent4a2604f821344eaa3fc9bde1c8380577d93d7b1c
Opt: Split to three separate modules

One handles parsing, one displaying of help, and one interfaces
with conf.
tools/libucw.api
ucw/Makefile
ucw/opt-conf.c [new file with mode: 0644]
ucw/opt-help.c [new file with mode: 0644]
ucw/opt-internal.h [new file with mode: 0644]
ucw/opt.c