Unused prototypes. Found by lint, no binary change.

This commit is contained in:
Nicholas Marriott
2009-06-25 06:00:45 +00:00
parent 83078bdcbc
commit 9144d30848
4 changed files with 0 additions and 9 deletions

1
cfg.c
View File

@ -30,7 +30,6 @@
* argv array and executed as a command.
*/
char *cfg_string(FILE *, char, int);
void printflike2 cfg_print(struct cmd_ctx *, const char *, ...);
void printflike2 cfg_error(struct cmd_ctx *, const char *, ...);