summaryrefslogtreecommitdiffstats
path: root/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client.h')
-rw-r--r--client.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/client.h b/client.h
index d6f61af..2bb3920 100644
--- a/client.h
+++ b/client.h
@@ -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
26void client_accept(int fd);
27void client_get_fds(struct fdlist *list);