aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mainloop.h
diff options
context:
space:
mode:
authorjames <>2008-02-27 09:43:27 +0000
committerjames <>2008-02-27 09:43:27 +0000
commit5fd44c11631c66cff497fadd9bbc81b77c7509f7 (patch)
tree8af379c5d2c769d9a2c20f0d372e9059e1a44192 /apps/mainloop.h
parentd6c2a27d3304842fab285a4217518046b57b771b (diff)
downloadsympathy-5fd44c11631c66cff497fadd9bbc81b77c7509f7.tar.gz
sympathy-5fd44c11631c66cff497fadd9bbc81b77c7509f7.tar.bz2
sympathy-5fd44c11631c66cff497fadd9bbc81b77c7509f7.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 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__ */