diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/texmfmp.h | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 511d02e2324..6414c2a7691 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2009-04-17 Karl Berry <karl@tug.org> + + * texmfmp.h (runsystem): declare. + 2009-03-29 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am, configure.ac: remove Omega. 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) |