summaryrefslogtreecommitdiff
path: root/include/ntp_filegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_filegen.h')
-rw-r--r--include/ntp_filegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntp_filegen.h b/include/ntp_filegen.h
index f5ba8af..549bedb 100644
--- a/include/ntp_filegen.h
+++ b/include/ntp_filegen.h
@@ -52,5 +52,5 @@ extern void filegen_statsdir(void);
extern FILEGEN *filegen_get (const char *);
extern void filegen_register (const char *, const char *, FILEGEN *);
#ifdef DEBUG
-extern void filegen_unregister(char *);
+extern void filegen_unregister(const char *);
#endif