diff options
author | james <> | 2008-02-27 01:31:14 +0000 |
---|---|---|
committer | james <> | 2008-02-27 01:31:14 +0000 |
commit | 4add819b42c292ee2a6fc4aeda782a447b1bcf27 (patch) | |
tree | 17b7f7ce7e45c6c6262db7cfeb548a4d6f1006e1 /apps/mainloop.h | |
parent | 74feb0db53bf6ed2d53ca59e3aed001f1160e62a (diff) | |
download | sympathy-4add819b42c292ee2a6fc4aeda782a447b1bcf27.tar.gz sympathy-4add819b42c292ee2a6fc4aeda782a447b1bcf27.tar.bz2 sympathy-4add819b42c292ee2a6fc4aeda782a447b1bcf27.zip |
*** empty log message ***
Diffstat (limited to 'apps/mainloop.h')
-rw-r--r-- | apps/mainloop.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mainloop.h b/apps/mainloop.h index 3bbd960..5d347e7 100644 --- a/apps/mainloop.h +++ b/apps/mainloop.h @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.3 2008/02/27 01:31:14 james + * *** empty log message *** + * * Revision 1.2 2008/02/20 18:49:11 staffcvs * *** empty log message *** * @@ -27,6 +30,6 @@ extern void mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, ANSI * a, - Log * log, int nhistory); + Log * log, int nhistory, int width); #endif /* __MAINLOOP_H__ */ |