Import ezmlm 0.53
[ezmlm] / fork.h2
CommitLineData
5b62e993
MW
1#ifndef FORK_H
2#define FORK_H
3
4extern int fork();
5extern int vfork();
6
7#endif