summaryrefslogtreecommitdiff
path: root/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.h')
-rw-r--r--cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.h b/cfg.h
index 8a993cd..d7ddb93 100644
--- a/cfg.h
+++ b/cfg.h
@@ -42,7 +42,7 @@ int
cfggetvalue(struct cfgfile *cfg, char *key, char *buffer, size_t buffersize);
void
-appendchar(char *dest, char ch);
+cfgappendchar(char *dest, char ch);
int
readfile(struct cfgfile *cfg, FILE *fp);