--- mqtt/inc/daemon.h 2011/11/30 00:14:42 1.1 +++ mqtt/inc/daemon.h 2012/01/27 15:05:38 1.2 @@ -0,0 +1,8 @@ +#ifndef __DAEMON_H +#define __DAEMON_H + + +int Run(int); + + +#endif