41773b64cebb2d0faaa974a2ea891252ff72d3be
[ezmlm] / fork.h2
1 #ifndef FORK_H
2 #define FORK_H
3
4 extern int fork();
5 extern int vfork();
6
7 #endif