summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctex/synctex.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/synctex/synctex.h')
-rw-r--r--Build/source/texk/web2c/synctex/synctex.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctex/synctex.h b/Build/source/texk/web2c/synctex/synctex.h
index 10996392877..ab49e9038e3 100644
--- a/Build/source/texk/web2c/synctex/synctex.h
+++ b/Build/source/texk/web2c/synctex/synctex.h
@@ -28,11 +28,15 @@ OTHER DEALINGS IN THE SOFTWARE
# ifndef __SYNCTEX_HEADER__
# define __SYNCTEX_HEADER__
+/* Send this message to init the synctex command value to the command line option.
+ * Sending this message too early will cause a bus error. */
+extern void synctexinitcommand(void);
+
/* Send this message when starting a new input. */
extern void synctexstartinput(void);
/* Send this message to clean memory. */
-extern void synctexterminate(void);
+extern void synctexterminate(boolean log_opened);
/* Recording the "{..." line. In *tex.web, use synctex_sheet(pdf_output) at
* the very beginning of the ship_out procedure.