--- parser3/src/include/pa_exec.h 2001/04/09 16:04:47 1.1 +++ parser3/src/include/pa_exec.h 2002/03/25 11:55:26 1.8 @@ -1,11 +1,10 @@ /** @file Parser: program executing for different OS-es decls. - Copyright (c) 2000,2001 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2000,2001, 2002 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) - Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: pa_exec.h,v 1.1 2001/04/09 16:04:47 paf Exp $ + $Id: pa_exec.h,v 1.8 2002/03/25 11:55:26 paf Exp $ */ #ifndef PA_EXEC_H @@ -16,7 +15,9 @@ #include "pa_array.h" /// @return exit code -int pa_exec(const String& file_spec, +int pa_exec( + bool forced_allow, ///< allow execution regardles of --disable-execs + const String& file_spec, const Hash *env, ///< 0 | Hash of String const Array *argv, ///< 0 | Array of command line arguments const String& in, String& out, String& err);