diff options
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r-- | lib/utils_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index 2fbdfbe8..0cb371fd 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -99,6 +99,7 @@ state_data *np_state_read(); | |||
99 | void np_state_write_string(time_t, char *); | 99 | void np_state_write_string(time_t, char *); |
100 | 100 | ||
101 | void np_init(char *, int argc, char **argv); | 101 | void np_init(char *, int argc, char **argv); |
102 | void np_set_args(int argc, char **argv); | ||
102 | void np_cleanup(); | 103 | void np_cleanup(); |
103 | 104 | ||
104 | #endif /* _UTILS_BASE_ */ | 105 | #endif /* _UTILS_BASE_ */ |