diff options
Diffstat (limited to 'include/ntp_filegen.h')
-rw-r--r-- | include/ntp_filegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntp_filegen.h b/include/ntp_filegen.h index 8217dbc11670a..836ec04ec0f9f 100644 --- a/include/ntp_filegen.h +++ b/include/ntp_filegen.h @@ -48,4 +48,4 @@ typedef struct FILEGEN extern void filegen_setup P((FILEGEN *, u_long)); extern void filegen_config P((FILEGEN *, char *, u_int, u_int)); extern FILEGEN *filegen_get P((char *)); -extern void filegen_register P((const char *, FILEGEN *)); +extern void filegen_register P((char *, const char *, FILEGEN *)); |