pki tool supports single letter short options

This commit is contained in:
Martin Willi
2009-09-15 10:20:22 +02:00
parent 012f62a820
commit 4fdb9f6f74
8 changed files with 42 additions and 13 deletions
+5
View File
@@ -74,6 +74,11 @@ struct command_t {
*/
extern struct option command_opts[];
/**
* Short option string of the active command.
*/
extern char command_optstring[];
/**
* Register a command.
*/