#ifndef _KRAKEN_FORKER_H #define _KRAKEN_FORKER_H #include pid_t kfork(void); #endif //_KRAKEN_FORKER_H