diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-31 14:58:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 14:58:50 +0100 |
commit | 87eb2bef1ee2a6a42793437b2f5d63f41b1e1806 (patch) | |
tree | 9513fdfe66af00b7332fd1578f50af8403e64371 /lib/parse_ini.h | |
parent | b1d260a821b7d4916d6bf1a026fbc9b4f2b268ae (diff) | |
parent | 7d90b8200f709d125df19fa6aedf633c64b88ad4 (diff) | |
download | monitoring-plugins-87eb2bef1ee2a6a42793437b2f5d63f41b1e1806.tar.gz |
Merge pull request #2034 from RincewindsHat/cleanup/lib
Cleanup/lib
Diffstat (limited to 'lib/parse_ini.h')
-rw-r--r-- | lib/parse_ini.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/parse_ini.h b/lib/parse_ini.h index e37601b5..d17409e3 100644 --- a/lib/parse_ini.h +++ b/lib/parse_ini.h | |||
@@ -19,4 +19,3 @@ typedef struct np_arg_el { | |||
19 | np_arg_list *np_get_defaults(const char *locator, const char *default_section); | 19 | np_arg_list *np_get_defaults(const char *locator, const char *default_section); |
20 | 20 | ||
21 | #endif /* _PARSE_INI_H_ */ | 21 | #endif /* _PARSE_INI_H_ */ |
22 | |||