summaryrefslogtreecommitdiffstats
path: root/plugins/popen.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/popen.h')
-rw-r--r--plugins/popen.h6
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
1FILE *spopen (const char *); 7FILE *spopen (const char *);
2int spclose (FILE *); 8int spclose (FILE *);
3RETSIGTYPE popen_timeout_alarm_handler (int); 9RETSIGTYPE popen_timeout_alarm_handler (int);