equal
deleted
inserted
replaced
83 /* |
83 /* |
84 * |
84 * |
85 * Function prototypes |
85 * Function prototypes |
86 * |
86 * |
87 */ |
87 */ |
|
88 int getopt( int, char * const [], const char *); |
88 |
89 |
89 void usage( char *prg ); |
90 void usage( char *prg ); |
90 void debug( int level, char *file, int line, const char *fmt, ... ); |
91 void debug( int level, char *file, int line, const char *fmt, ... ); |
91 char *slurp_file( char *file ); |
92 char *slurp_file( char *file ); |
92 char *extend_line( char *line, const char *buf ); |
93 char *extend_line( char *line, const char *buf ); |