From f4d9fc4c712731965cb59f8cad65f00d2e2815c3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Apr 2009 22:10:26 +0000 Subject: declare runsystem git-svn-id: svn://tug.org/texlive/trunk@12736 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/texmfmp.h | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'Build') 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 + + * texmfmp.h (runsystem): declare. + 2009-03-29 Peter Breitenlohner * 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) -- cgit v1.2.3