From 0d6bcb9053f527a7c32dd8080ee825ef3e8383e7 Mon Sep 17 00:00:00 2001 From: rds <rds> Date: Tue, 28 Oct 2008 15:54:14 +0000 Subject: [PATCH] Maybe I'll extend this... --- src/zmapControl/remote/zmapXRemoteAPI.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 src/zmapControl/remote/zmapXRemoteAPI.h diff --git a/src/zmapControl/remote/zmapXRemoteAPI.h b/src/zmapControl/remote/zmapXRemoteAPI.h new file mode 100755 index 000000000..d582a8f00 --- /dev/null +++ b/src/zmapControl/remote/zmapXRemoteAPI.h @@ -0,0 +1,13 @@ +/* Last edited: Oct 17 11:48 2008 (rds) */ + +typedef struct +{ + int action_type; + char *action; +}XRemoteMessageStruct, *XRemoteMessage; + + +gboolean zMapXRemoteAPIMessageProcess(char *message_xml_in, + gboolean full_process, + char **action_out, + XRemoteMessage *message_out); -- GitLab