summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/texmfmp.h')
-rw-r--r--Build/source/texk/web2c/texmfmp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/texmfmp.h b/Build/source/texk/web2c/texmfmp.h
index e4a091bd1da..efbd280522b 100644
--- a/Build/source/texk/web2c/texmfmp.h
+++ b/Build/source/texk/web2c/texmfmp.h
@@ -112,9 +112,10 @@ extern void close_file_or_pipe P1H(FILE *);
#endif
/* Executing shell commands. */
-void mk_shellcmdlist (char *);
-void init_shell_escape (void);
-int shell_cmd_is_allowed (char **cmd, char **safecmd, char **cmdname);
+extern void mk_shellcmdlist (char *);
+extern void init_shell_escape (void);
+extern int shell_cmd_is_allowed (char **cmd, char **safecmd, char **cmdname);
+extern int runsystem (char *cmd);
/* All but the Omega family use this. */
#if !defined(Aleph)