summaryrefslogtreecommitdiffstats
path: root/plugins/popen.h
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-31 11:45:28 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-01-31 11:45:28 (GMT)
commit2ce5fce834763325021d1e491f89bd253aeb8b8c (patch)
treec766e5d1c6ae2bbf02cdd930806fe767f77b93f1 /plugins/popen.h
parent184ce9f6a38f5ee3355fdb8a6e557c3dc7811482 (diff)
downloadmonitoring-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.h8
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
7FILE *spopen (const char *); 7FILE *spopen (const char *);
8int spclose (FILE *); 8int spclose (FILE *);