diff options
| author | Ton Voon <ton.voon@opsera.com> | 2010-06-21 13:03:24 +0100 |
|---|---|---|
| committer | Ton Voon <ton.voon@opsera.com> | 2010-06-21 13:03:24 +0100 |
| commit | 602896277c76298bcbc152312d915dec306eda27 (patch) | |
| tree | c37f9ec63b2a08915da3582e1ebbc9796de6f88f /lib/utils_base.h | |
| parent | f58aa8e66bbb4ecf23cf6add7efc574abb733d3a (diff) | |
| download | monitoring-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
| 95 | 95 | ||
| 96 | void np_enable_state(char *, int); | 96 | void np_enable_state(char *, int); |
| 97 | state_data *np_state_read(); | 97 | state_data *np_state_read(); |
| 98 | void np_state_write_string(time_t *, char *); | 98 | void np_state_write_string(time_t, char *); |
| 99 | 99 | ||
| 100 | void np_init(char *); | 100 | void np_init(char *); |
| 101 | void np_cleanup(); | 101 | void np_cleanup(); |
