summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-16 22:10:26 +0000
committerKarl Berry <karl@freefriends.org>2009-04-16 22:10:26 +0000
commitf4d9fc4c712731965cb59f8cad65f00d2e2815c3 (patch)
treed2d6a0bb893b846d1340f6762e1dbc36dffb6bf0 /Build/source/texk/web2c/texmfmp.h
parent07967600763079a4cd1512abd7f3d9207993d8f7 (diff)
declare runsystem
git-svn-id: svn://tug.org/texlive/trunk@12736 c570f23f-e606-0410-a88d-b1316a301751
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)