From 37d4f5725c2e97bebc815a72598ee17fce00c9f4 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sun, 14 Oct 2012 11:46:01 -0700 Subject: chansrv: split out clipboard code, getting big --- sesman/chansrv/clipboard.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sesman/chansrv/clipboard.h') diff --git a/sesman/chansrv/clipboard.h b/sesman/chansrv/clipboard.h index 80d8da3e..965ccdc5 100644 --- a/sesman/chansrv/clipboard.h +++ b/sesman/chansrv/clipboard.h @@ -89,6 +89,8 @@ clipboard_init(void); int APP_CC clipboard_deinit(void); int APP_CC +clipboard_out_unicode(struct stream *s, char *text, int num_chars); +int APP_CC clipboard_data_in(struct stream* s, int chan_id, int chan_flags, int length, int total_length); int APP_CC -- cgit v1.2.1