14
14
//FIXME: this API needs review and de-unixification. It is horrid, but gets the job done.
29
17
static bool initialized = false;
30
18
public static void Init ()
41
40
public static void Init (Connection conn, IOFunc dispatchHandler)
44
43
IO.AddWatch (channel, IOCondition.In, dispatchHandler);