nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

spawn.h (265B)


      1 #ifndef SPAWN_H
      2 #define SPAWN_H
      3 
      4 #include "substdio.h"
      5 
      6 extern int truncreport;
      7 extern int spawn(int fdmess, int fdout, char *s, char *r, int at);
      8 extern void report(substdio *ss, int wstat, char *s, int len);
      9 extern void initialize(int argc, char **argv);
     10 
     11 #endif