From 301599a4eca67e214ef79bd609843a9e1e710b3a Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 17 Jun 2010 10:57:59 +0100 Subject: Add skeleton tests --- lib/utils_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/utils_base.h') 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); #define np_extract_ntpvar(l, n) np_extract_value(l, n, ',') -char *np_state_generate_key(const char **); +char *np_state_generate_key(char **); state_key *np_state_init(char *, char *, int); state_data *np_state_read(state_key *); -void np_state_write_string(state_key *, time_t, char *); +void np_state_write_string(state_key *, time_t *, char *); void np_state_cleanup(state_key *); #endif /* _UTILS_BASE_ */ -- cgit v1.2.3-74-g34f1