diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-25 23:17:46 (GMT) |
commit | e9ccc6b21a1152bbf150302c4a29a6df79d75bd7 (patch) | |
tree | 91bf1ebb6f927fd628b298df2ac5a89580282591 /plugins/popen.h | |
parent | 71656b2aafffb69716620bf08cce76c925dc8fa3 (diff) | |
download | monitoring-plugins-e9ccc6b21a1152bbf150302c4a29a6df79d75bd7.tar.gz |
various fixes for localization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/popen.h')
-rw-r--r-- | plugins/popen.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/popen.h b/plugins/popen.h index b758579..1f4e413 100644 --- a/plugins/popen.h +++ b/plugins/popen.h | |||
@@ -1,3 +1,9 @@ | |||
1 | /****************************************************************************** | ||
2 | * | ||
3 | * $Id$ | ||
4 | * | ||
5 | ******************************************************************************/ | ||
6 | |||
1 | FILE *spopen (const char *); | 7 | FILE *spopen (const char *); |
2 | int spclose (FILE *); | 8 | int spclose (FILE *); |
3 | RETSIGTYPE popen_timeout_alarm_handler (int); | 9 | RETSIGTYPE popen_timeout_alarm_handler (int); |