version 1.72 | | version 1.73 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.72 2006/01/08 20:52:12 akirschbaum Exp $"; | | * "$Id: init.c,v 1.73 2006/02/10 23:59:27 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
* also my program, no problem. | | * also my program, no problem. |
*/ | | */ |
struct Command_Line_Options { | | struct Command_Line_Options { |
char *cmd_option; /* how it is called on the command line */ | | const char *cmd_option; /* how it is called on the command line */ |
uint8 num_args; /* Number or args it takes */ | | uint8 num_args; /* Number or args it takes */ |
uint8 pass; /* What pass this should be processed on. */ | | uint8 pass; /* What pass this should be processed on. */ |
void (*func)(); /* function to call when we match this. | | void (*func)(); /* function to call when we match this. |