summaryrefslogtreecommitdiffstats
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-14 14:28:26 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-14 14:28:26 +0200
commitd43848c0dd0603248405bb93364866cd495f0547 (patch)
treede367ef25f53a3e58496b964c4301cf16f216208 /src/proto.h
parent164fca39bdacc36b7d9f2d1b28ab5abe03ce4004 (diff)
Fix a few compiler warnings.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 01db6895f4..c39f7f00b6 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -277,6 +277,13 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
#ifdef MACOS_CONVERT
# include "os_mac_conv.pro"
#endif
+#if defined(MACOS_X_UNIX) && defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI)
+/* functions in os_macosx.m */
+void clip_mch_lose_selection(VimClipboard *cbd);
+int clip_mch_own_selection(VimClipboard *cbd);
+void clip_mch_request_selection(VimClipboard *cbd);
+void clip_mch_set_selection(VimClipboard *cbd);
+#endif
#ifdef __BORLANDC__
# define _PROTO_H