summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-06-25 06:00:45 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-06-25 06:00:45 +0000
commit9144d308484e85d757592698dbce3a7b4cfeee53 (patch)
tree4a724f77100ae7bd6a3e96b4baac0e7d4d38e18b /cfg.c
parent83078bdcbcc845ea56cf05374190d2115c06dfcb (diff)
Unused prototypes. Found by lint, no binary change.
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index e4278e14..fa5e1b05 100644
--- a/cfg.c
+++ b/cfg.c
@@ -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 *, ...);