summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-04 10:37:52 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-04 10:37:52 +0100
commit6880a718670b2090bfcc5e82f2e9a9e7278ce9c9 (patch)
treeea0e87b009cb8fc6ef7aeb98d6561924b3ac46b8 /database/sqlite/sqlite.c
parented64bb902b148702a09b6a701ff6721b2cdfff61 (diff)
Wrote a replacement getopt for eurephiadm
This is because default getopt(...) is not flexible enough for eurephiadm. Example: eurephiadm -l test.log config -s var1 "value 1" eurephiadm config -s var2 value2 By using getopt in the eurephiadm.c, the -s argument will be parsed there as well, and it is no good solution how to just send arguments after the 'command' further to another argument parser. The new implementation is also not as feature rich as GNU getopt, but it is feature rich enough for the current needs.
Diffstat (limited to 'database/sqlite/sqlite.c')
0 files changed, 0 insertions, 0 deletions