diff options
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 b7585792..1f4e413a 100644 --- a/plugins/popen.h +++ b/plugins/popen.h @@ -1,3 +1,9 @@ +/****************************************************************************** + * + * $Id$ + * + ******************************************************************************/ + FILE *spopen (const char *); int spclose (FILE *); RETSIGTYPE popen_timeout_alarm_handler (int); |