summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r--lib/utils_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 6e1af94..bec6c66 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
88char *np_state_generate_key(const char **); 88char *np_state_generate_key(char **);
89state_key *np_state_init(char *, char *, int); 89state_key *np_state_init(char *, char *, int);
90state_data *np_state_read(state_key *); 90state_data *np_state_read(state_key *);
91void np_state_write_string(state_key *, time_t, char *); 91void np_state_write_string(state_key *, time_t *, char *);
92void np_state_cleanup(state_key *); 92void np_state_cleanup(state_key *);
93 93
94#endif /* _UTILS_BASE_ */ 94#endif /* _UTILS_BASE_ */