summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
authorTon Voon <ton.voon@opsera.com>2010-06-22 10:47:54 (GMT)
committerTon Voon <ton.voon@opsera.com>2010-06-22 10:47:54 (GMT)
commit9ff89b1a99926ebfeaeba7f415ae74f93eaef0a5 (patch)
tree19387dc5aa14bf563f7e599b355cc1fb33c947f2 /lib/utils_base.h
parent10364a6004616c2e52852d80b1e1817056aa7119 (diff)
downloadmonitoring-plugins-9ff89b1a99926ebfeaeba7f415ae74f93eaef0a5.tar.gz
Added np_set_args, to set arguments after np_extra_opts has been run
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r--lib/utils_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 2fbdfbe..0cb371f 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -99,6 +99,7 @@ state_data *np_state_read();
99void np_state_write_string(time_t, char *); 99void np_state_write_string(time_t, char *);
100 100
101void np_init(char *, int argc, char **argv); 101void np_init(char *, int argc, char **argv);
102void np_set_args(int argc, char **argv);
102void np_cleanup(); 103void np_cleanup();
103 104
104#endif /* _UTILS_BASE_ */ 105#endif /* _UTILS_BASE_ */