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

Contents of /smsdaemon/daemon.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations) (download)
Mon Jun 9 18:15:53 2008 UTC (15 years, 11 months ago) by torben
File MIME type: text/plain
File size: 301 byte(s)
Added first basic edition of smsdaemon.

So far sending & receiving sms works and a basic sample plugin is implemented.

1 #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 #endif // __DAEMON_H__

  ViewVC Help
Powered by ViewVC 1.1.20