summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-21 12:03:24 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-21 12:03:24 (GMT)
commit602896277c76298bcbc152312d915dec306eda27 (patch)
treec37f9ec63b2a08915da3582e1ebbc9796de6f88f /lib/utils_base.h
parentf58aa8e66bbb4ecf23cf6add7efc574abb733d3a (diff)
downloadmonitoring-plugins-602896277c76298bcbc152312d915dec306eda27.tar.gz
Change np_state_write_string() to not be a pointer
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r--lib/utils_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 12576d7..8f2f664 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -95,7 +95,7 @@ char *np_extract_value(const char*, const char*, char);
95 95
96void np_enable_state(char *, int); 96void np_enable_state(char *, int);
97state_data *np_state_read(); 97state_data *np_state_read();
98void np_state_write_string(time_t *, char *); 98void np_state_write_string(time_t, char *);
99 99
100void np_init(char *); 100void np_init(char *);
101void np_cleanup(); 101void np_cleanup();