SVN revision: 21368
master
Kim Woelders 18 years ago
parent a0d2d02311
commit fbef3c7990
  1. 2
      ipc.c
  2. 2
      ipc.h

@ -65,7 +65,7 @@ CommsInit(void (*msg_receive_func) (gchar * msg))
}
void
CommsSend(gchar * s)
CommsSend(const gchar * s)
{
gchar ss[21];
int i, j, k, len;

@ -1,5 +1,5 @@
gint CommsInit(void (*msg_receive_func) (gchar * msg));
void CommsSend(gchar * s);
void CommsSend(const gchar * s);
gchar in_init;
gint gdk_error_warnings;

Loading…
Cancel
Save