root/tags/omega-1.0.0-rc2/tools/daemon/bye_cmd.h
| Revision 154, 310 bytes (checked in by malte, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef _BYE_CMD_H |
| 2 | |
| 3 | #define _BYE_CMD_H |
| 4 | |
| 5 | #define NO_ERROR 0 |
| 6 | |
| 7 | #define MAX_MSG_SIZE 1025 |
| 8 | |
| 9 | #include <sys/types.h> |
| 10 | |
| 11 | #include <stdlib.h> |
| 12 | |
| 13 | #include <string.h> |
| 14 | |
| 15 | extern int recv_line(int fd, char *dest, size_t n); |
| 16 | |
| 17 | extern int bye_syntax(int fd, char *buff); |
| 18 | |
| 19 | int bye_cmd(int fd); |
| 20 | |
| 21 | #else |
| 22 | # |
| 23 | #endif |
Note: See TracBrowser
for help on using the browser.
