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