/[projects]/smsdaemon/daemon.h
ViewVC logotype

Annotation of /smsdaemon/daemon.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 146 - (hide annotations) (download)
Sun Dec 7 20:06:12 2008 UTC (15 years, 5 months ago) by torben
File MIME type: text/plain
File size: 328 byte(s)
Added configuration module

1 torben 26 #ifndef __DAEMON_H__
2     #define __DAEMON_H__
3    
4     /* defines */
5     #define daemon_shutdown(x) exit(x)
6    
7    
8     /* constants */
9    
10    
11     const int FORK_ERROR = -1;
12     const int CANT_OPEN_LOCK = -2;
13     const int ALREADY_LOCKED = -3;
14    
15    
16    
17     void signal_handler(int sig);
18    
19     void daemonCleanup();
20    
21     void daemonize();
22    
23 torben 146 void lookup_uid_values();
24    
25 torben 26 #endif // __DAEMON_H__

  ViewVC Help
Powered by ViewVC 1.1.20