frontend_util.h

Go to the documentation of this file.
00001 #include <getopt.h>
00003 struct extended_option
00004 {
00005   const char *name;
00006   int has_arg,*flag,val;
00007   const char *msg;
00008 };
00009 
00013 option* convert_extended_options(const extended_option* exs);
00014 
00015 
00022 void print_usage(const extended_option *exs, char* sysname, char *usage_str);

Generated on Wed Dec 15 10:46:15 2010 for Hazy_System by  doxygen 1.4.7