diff options
Diffstat (limited to 'client.h')
| -rw-r--r-- | client.h | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -18,7 +18,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
| 18 | 18 | ||
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | #ifndef __MUX_H__ | 21 | #ifndef __CLIENT_H__ |
| 22 | #define __MUX_H__ | 22 | #define __CLIENT_H__ |
| 23 | 23 | ||
| 24 | #endif | 24 | #endif |
| 25 | |||
| 26 | void client_accept(int fd); | ||
| 27 | void client_get_fds(struct fdlist *list); | ||
