X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=apps%2Fmainloop.h;h=df32f25ad1fa47ed477048e963855c6754affb71;hp=cea139e886d590a5623b08b5f0d2d19574a13d4e;hb=3e72a1f6fc28777c26e4fb109867bd2a3c7b89b0;hpb=797b75daa6c8bfd2031766989873b370266c0f42 diff --git a/apps/mainloop.h b/apps/mainloop.h index cea139e..df32f25 100644 --- a/apps/mainloop.h +++ b/apps/mainloop.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.5 2008/02/27 09:42:53 james + * *** empty log message *** + * * Revision 1.4 2008/02/27 09:42:21 james * *** empty log message *** * @@ -33,6 +36,6 @@ extern void mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, ANSI * a, - Log * log, int nhistory, CRT_Pos *size); + Log * log, int nhistory, CRT_Pos * size); #endif /* __MAINLOOP_H__ */