diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-31 05:31:14 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-31 05:31:14 (GMT) |
commit | 20a8bf1a3ffcdf0e715e03ad654a4a08673e870f (patch) | |
tree | 742d894aa5c7a7ee844b855d0a4d6e27ff302cb6 /lib/extra_opts.h | |
parent | 8aa5ec317af49d811b1c4b65c905cca81f845321 (diff) | |
download | monitoring-plugins-20a8bf1a3ffcdf0e715e03ad654a4a08673e870f.tar.gz |
Fix for last commit - I accidentaly broke my local Makefile and tests weren't being re-compiled.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1968 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/extra_opts.h')
-rw-r--r-- | lib/extra_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/extra_opts.h b/lib/extra_opts.h index 25bfc6d..8ce0903 100644 --- a/lib/extra_opts.h +++ b/lib/extra_opts.h | |||
@@ -17,3 +17,4 @@ | |||
17 | char **np_extra_opts(int *argc, char **argv, const char *plugin_name); | 17 | char **np_extra_opts(int *argc, char **argv, const char *plugin_name); |
18 | 18 | ||
19 | #endif /* _EXTRA_OPTS_H_ */ | 19 | #endif /* _EXTRA_OPTS_H_ */ |
20 | |||