File: ipc.h

package info (click to toggle)
e16keyedit 0.2.3-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144 kB
  • ctags: 98
  • sloc: ansic: 1,162; makefile: 157; sh: 30
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
gint CommsInit(void (*msg_receive_func) (gchar * msg));
void CommsSend(gchar * s);

gchar        in_init;
gint         gdk_error_warnings;