diff options
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r-- | lib/utils_base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index 6e1af94a..bec6c66f 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -85,10 +85,10 @@ char *np_extract_value(const char*, const char*, char); | |||
85 | #define np_extract_ntpvar(l, n) np_extract_value(l, n, ',') | 85 | #define np_extract_ntpvar(l, n) np_extract_value(l, n, ',') |
86 | 86 | ||
87 | 87 | ||
88 | char *np_state_generate_key(const char **); | 88 | char *np_state_generate_key(char **); |
89 | state_key *np_state_init(char *, char *, int); | 89 | state_key *np_state_init(char *, char *, int); |
90 | state_data *np_state_read(state_key *); | 90 | state_data *np_state_read(state_key *); |
91 | void np_state_write_string(state_key *, time_t, char *); | 91 | void np_state_write_string(state_key *, time_t *, char *); |
92 | void np_state_cleanup(state_key *); | 92 | void np_state_cleanup(state_key *); |
93 | 93 | ||
94 | #endif /* _UTILS_BASE_ */ | 94 | #endif /* _UTILS_BASE_ */ |