1 2 3 4 5 6 7 8
#ifndef FORK_PROCESS_H #define FORK_PROCESS_H #include "postgres.h" extern pid_t fork_process(void); #endif /* ! FORK_PROCESS_H */