aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-02-28 16:37:16 +0000
committerjames <>2008-02-28 16:37:16 +0000
commit57dd88f415d70356e41f2bfd5c00c250bd085723 (patch)
treec9ab3a642c9b5700057cf22d1c4f71348af68333 /apps
parentcc6c5bbd8a277969b30b85dfab8a0fb11066bc9e (diff)
downloadsympathy-57dd88f415d70356e41f2bfd5c00c250bd085723.tar.gz
sympathy-57dd88f415d70356e41f2bfd5c00c250bd085723.tar.bz2
sympathy-57dd88f415d70356e41f2bfd5c00c250bd085723.zip
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/clients.c5
-rw-r--r--apps/mainloop.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/apps/clients.c b/apps/clients.c
index c75c984..a4b5fce 100644
--- a/apps/clients.c
+++ b/apps/clients.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.13 2008/02/28 16:37:16 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/02/28 12:12:24 james
* *** empty log message ***
*
@@ -56,7 +59,7 @@ static char rcsid[] = "$Id$";
#include <malloc.h>
#include "clients.h"
-static void
+void
client_msg (IPC_Msg * m, Context * c)
{
switch (m->hdr.type)
diff --git a/apps/mainloop.c b/apps/mainloop.c
index 4a3fdca..7c648f3 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.19 2008/02/28 16:37:16 james
+ * *** empty log message ***
+ *
* Revision 1.18 2008/02/28 11:27:48 james
* *** empty log message ***
*
@@ -389,7 +392,6 @@ msg_from_server (ANSI * a, IPC_Msg * m, Context * c)
a->one_shot (a, &c->v->crt);
return 1;
}
- //FIXME HTML hook
break;
case IPC_MSG_TYPE_TERM:
tty_parse (c, m->term.term, m->term.len);