diff options
Diffstat (limited to 'apps/mainloop.h')
-rw-r--r-- | apps/mainloop.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/apps/mainloop.h b/apps/mainloop.h new file mode 100644 index 0000000..23d6e12 --- /dev/null +++ b/apps/mainloop.h @@ -0,0 +1,29 @@ +/* + * mainloop.h: + * + * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>, + * All rights reserved. + * + */ + +/* + * $Id$ + */ + +/* + * $Log$ + * Revision 1.1 2008/02/20 18:33:37 james + * *** empty log message *** + * + */ + +#ifndef __MAINLOOP_H__ +#define __MAINLOOP_H__ + +#include <sympathy.h> + +void +mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, ANSI * a, + Log * log, int nhistory); + +#endif /* __MAINLOOP_H__ */ |