summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-18 13:45:02 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-18 13:45:02 (GMT)
commit68eb836e527bdead1eea7fc281c95c86eab3164d (patch)
treef70ea0fc62671c05548172ebbe8a8c7d3db46a80 /lib/utils_base.h
parent62c95256699bf476207b92ae521577f339d5134d (diff)
downloadmonitoring-plugins-68eb836e527bdead1eea7fc281c95c86eab3164d.tar.gz
More tests
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 6a8af19..12576d7 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -30,7 +30,7 @@ typedef struct thresholds_struct {
30 } thresholds; 30 } thresholds;
31 31
32#define NP_SHAREDSTATE_DIR "/tmp" 32#define NP_SHAREDSTATE_DIR "/tmp"
33#define STATE_FORMAT_VERSION "1" 33#define NP_STATE_FORMAT_VERSION 1
34 34
35typedef struct state_data_struct { 35typedef struct state_data_struct {
36 time_t time; 36 time_t time;
@@ -93,7 +93,7 @@ char *np_extract_value(const char*, const char*, char);
93#define np_extract_ntpvar(l, n) np_extract_value(l, n, ',') 93#define np_extract_ntpvar(l, n) np_extract_value(l, n, ',')
94 94
95 95
96void np_state_init(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