diff options
author | james <> | 2008-02-27 09:43:27 +0000 |
---|---|---|
committer | james <> | 2008-02-27 09:43:27 +0000 |
commit | 5fd44c11631c66cff497fadd9bbc81b77c7509f7 (patch) | |
tree | 8af379c5d2c769d9a2c20f0d372e9059e1a44192 /apps/mainloop.c | |
parent | d6c2a27d3304842fab285a4217518046b57b771b (diff) | |
download | sympathy-5fd44c11631c66cff497fadd9bbc81b77c7509f7.tar.gz sympathy-5fd44c11631c66cff497fadd9bbc81b77c7509f7.tar.bz2 sympathy-5fd44c11631c66cff497fadd9bbc81b77c7509f7.zip |
*** empty log message ***
Diffstat (limited to 'apps/mainloop.c')
-rw-r--r-- | apps/mainloop.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c index 146ebdd..e9c299c 100644 --- a/apps/mainloop.c +++ b/apps/mainloop.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.17 2008/02/27 09:42:53 james + * *** empty log message *** + * * Revision 1.16 2008/02/27 09:42:21 james * *** empty log message *** * @@ -400,7 +403,7 @@ msg_from_server (ANSI * a, IPC_Msg * m, Context * c) void mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, - ANSI * ansi, Log * log, int nhistory, CRT_Pos *size ) + ANSI * ansi, Log * log, int nhistory, CRT_Pos * size) { fd_set rfds, wfds; Context c = { 0 }; |