aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mainloop.h
diff options
context:
space:
mode:
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 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__ */