3 #ifndef __rtch_client_h
4 #define __rtch_client_h
6 #include <X11/Intrinsic.h>
14 void rtchInitConnection (pid_t spid, Window swid);
17 void rtchSeeSection (Display* dpy,
const char* szSection);
20 void rtchLoadAddDoc (Display* dpy,
const char* szAddDoc);
23 Logic rtchServerAlive ();
29 void rtchStartServer (
const char* szMainDoc,
30 Widget wClientToplevel,
32 const char* szSection);