diff options
author | Ton Voon <ton.voon@opsera.com> | 2010-06-17 10:57:59 +0100 |
---|---|---|
committer | Ton Voon <ton.voon@opsera.com> | 2010-06-17 10:57:59 +0100 |
commit | 301599a4eca67e214ef79bd609843a9e1e710b3a (patch) | |
tree | e2404d11826e25e632d31dd4c6beea627e4dda9d /lib/utils_base.h | |
parent | 95b190f3dee629b1c1ee2fab5b69c08e511f51b3 (diff) | |
download | monitoring-plugins-301599a4eca67e214ef79bd609843a9e1e710b3a.tar.gz |
Add skeleton tests
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r-- | lib/utils_base.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); | |||
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 | ||
88 | char *np_state_generate_key(const char **); | 88 | char *np_state_generate_key(char **); |
89 | state_key *np_state_init(char *, char *, int); | 89 | state_key *np_state_init(char *, char *, int); |
90 | state_data *np_state_read(state_key *); | 90 | state_data *np_state_read(state_key *); |
91 | void np_state_write_string(state_key *, time_t, char *); | 91 | void np_state_write_string(state_key *, time_t *, char *); |
92 | void np_state_cleanup(state_key *); | 92 | void np_state_cleanup(state_key *); |
93 | 93 | ||
94 | #endif /* _UTILS_BASE_ */ | 94 | #endif /* _UTILS_BASE_ */ |