home *** CD-ROM | disk | FTP | other *** search
- /* $Id: popen.h,v 1.1 92/05/23 14:05:12 kim Exp $
- *
- * Copyright (C) 1991,1992 Kimmo Suominen, Christophe Wolfhugel
- *
- * Please read the files COPYRIGHT and AUTHORS for the extended
- * copyrights refering to this file.
- *
- * $Log: popen.h,v $
- * Revision 1.1 92/05/23 14:05:12 kim
- * External definitions from popen.c
- *
- */
-
- extern FILE *l_popen(char*, char*);
- extern int l_pclose(FILE*);
- extern void winInc(void);
-