summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/sendx.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen/sendx.h')
-rw-r--r--Build/source/utils/pdfopen/sendx.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/utils/pdfopen/sendx.h b/Build/source/utils/pdfopen/sendx.h
deleted file mode 100644
index c570dbb5920..00000000000
--- a/Build/source/utils/pdfopen/sendx.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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);
-
-#endif