aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mainloop.h
diff options
context:
space:
mode:
authorjames <>2008-02-27 09:42:22 +0000
committerjames <>2008-02-27 09:42:22 +0000
commitd6c2a27d3304842fab285a4217518046b57b771b (patch)
treec2461f0ca793f2cc6704f5343b02c0d77b19b9a5 /apps/mainloop.h
parent331559e304d549308e45c84ed0ffe67b2ad42b65 (diff)
downloadsympathy-d6c2a27d3304842fab285a4217518046b57b771b.tar.gz
sympathy-d6c2a27d3304842fab285a4217518046b57b771b.tar.bz2
sympathy-d6c2a27d3304842fab285a4217518046b57b771b.zip
*** empty log message ***
Diffstat (limited to 'apps/mainloop.h')
-rw-r--r--apps/mainloop.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mainloop.h b/apps/mainloop.h
index 5d347e7..cea139e 100644
--- a/apps/mainloop.h
+++ b/apps/mainloop.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.4 2008/02/27 09:42:21 james
+ * *** empty log message ***
+ *
* Revision 1.3 2008/02/27 01:31:14 james
* *** empty log message ***
*
@@ -30,6 +33,6 @@
extern void
mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, ANSI * a,
- Log * log, int nhistory, int width);
+ Log * log, int nhistory, CRT_Pos *size);
#endif /* __MAINLOOP_H__ */