From 631a7c16e1f5eec4b4550d3dfbfc85817e593f76 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 19 Apr 2009 17:16:46 +0000 Subject: added chansrv --- sesman/chansrv/clipboard.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sesman/chansrv/clipboard.h (limited to 'sesman/chansrv/clipboard.h') diff --git a/sesman/chansrv/clipboard.h b/sesman/chansrv/clipboard.h new file mode 100644 index 00000000..c0db098f --- /dev/null +++ b/sesman/chansrv/clipboard.h @@ -0,0 +1,18 @@ + +#if !defined(CLIPBOARD_H) +#define CLIPBOARD_H + +#include "arch.h" +#include "parse.h" + +int APP_CC +clipboard_init(void); +int APP_CC +clipboard_data_in(struct stream* s, int chan_id, int chan_flags, int length, + int total_length); +int APP_CC +clipboard_get_wait_objs(tbus* objs, int* count, int* timeout); +int APP_CC +clipboard_check_wait_objs(void); + +#endif -- cgit v1.2.1