diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-31 11:45:28 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-31 11:45:28 (GMT) |
commit | 2ce5fce834763325021d1e491f89bd253aeb8b8c (patch) | |
tree | c766e5d1c6ae2bbf02cdd930806fe767f77b93f1 /plugins/popen.h | |
parent | 184ce9f6a38f5ee3355fdb8a6e557c3dc7811482 (diff) | |
download | monitoring-plugins-2ce5fce834763325021d1e491f89bd253aeb8b8c.tar.gz |
Bump plugins/ to GPLv3 (header files)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1919 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/popen.h')
-rw-r--r-- | plugins/popen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/popen.h b/plugins/popen.h index c2a79df..8b09edd 100644 --- a/plugins/popen.h +++ b/plugins/popen.h | |||
@@ -1,8 +1,8 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * |
3 | * $Id$ | 3 | * $Id$ |
4 | * | 4 | * |
5 | ******************************************************************************/ | 5 | *****************************************************************************/ |
6 | 6 | ||
7 | FILE *spopen (const char *); | 7 | FILE *spopen (const char *); |
8 | int spclose (FILE *); | 8 | int spclose (FILE *); |