#ifndef OPEN1X_DAEMON_H #define OPEN1X_DAEMON_H int serverSockInit(); int handleMessages(); extern int msgSock; extern int serverSock; #endif