From 602896277c76298bcbc152312d915dec306eda27 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 21 Jun 2010 13:03:24 +0100 Subject: Change np_state_write_string() to not be a pointer --- lib/utils_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils_base.h') diff --git a/lib/utils_base.h b/lib/utils_base.h index 12576d7e..8f2f6649 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h @@ -95,7 +95,7 @@ char *np_extract_value(const char*, const char*, char); void np_enable_state(char *, int); state_data *np_state_read(); -void np_state_write_string(time_t *, char *); +void np_state_write_string(time_t, char *); void np_init(char *); void np_cleanup(); -- cgit v1.2.3-74-g34f1