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/parse_ini.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/parse_ini.h')
-rw-r--r-- | lib/parse_ini.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/parse_ini.h b/lib/parse_ini.h index 309dce5..6357a0e 100644 --- a/lib/parse_ini.h +++ b/lib/parse_ini.h | |||
@@ -59,3 +59,4 @@ typedef struct np_arg_el { | |||
59 | np_arg_list* np_get_defaults(const char *locator, const char *default_section); | 59 | np_arg_list* np_get_defaults(const char *locator, const char *default_section); |
60 | 60 | ||
61 | #endif /* _PARSE_INI_H_ */ | 61 | #endif /* _PARSE_INI_H_ */ |
62 | |||