e16-keyedit/ipc.h

6 lines
189 B
C
Raw Normal View History

2006-03-18 02:23:33 -08:00
gint CommsInit(void (*msg_receive_func) (gchar * msg));
2006-03-18 07:12:39 -08:00
void CommsSend(const gchar * s);
2006-03-18 02:23:33 -08:00
gchar in_init;
gint gdk_error_warnings;