chiark / gitweb /
*** empty log message ***
[sympathy.git] / apps / mainloop.h
1 /*
2  * mainloop.h:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 /*
10  * $Id$
11  */
12
13 /*
14  * $Log$
15  * Revision 1.1  2008/02/20 18:33:37  james
16  * *** empty log message ***
17  *
18  */
19
20 #ifndef __MAINLOOP_H__
21 #define __MAINLOOP_H__
22
23 #include <sympathy.h>
24
25 void
26 mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, ANSI * a,
27           Log * log, int nhistory);
28
29 #endif /* __MAINLOOP_H__ */