summaryrefslogtreecommitdiff
path: root/Build/source/utils/xpdfopen/sendx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xpdfopen/sendx.h')
-rw-r--r--Build/source/utils/xpdfopen/sendx.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/utils/xpdfopen/sendx.h b/Build/source/utils/xpdfopen/sendx.h
new file mode 100644
index 00000000000..569a33f9494
--- /dev/null
+++ b/Build/source/utils/xpdfopen/sendx.h
@@ -0,0 +1,19 @@
+/*
+ * sendx.h: declare prototypes for functions defined in sendx.c
+ *
+ * Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+ * You may freely use, modify and/or distribute this file.
+ */
+
+#ifndef SENDX_H
+#define SENDX_H
+
+extern int sendx_string(const char * string, const char * wname);
+extern int sendx_token(const char * string, const char * wname);
+extern int sendx_alt_token(const char * string, const char * wname);
+extern int sendx_controlalt_token(const char * string, const char * wname);
+extern int sendx_control_token(const char * string, const char * wname);
+extern int set_focus(const char * wname);
+extern int reset_focus(void);
+
+#endif