--- gvpe/src/util.h 2003/03/28 04:05:10 1.4 +++ gvpe/src/util.h 2003/04/02 05:15:00 1.6 @@ -115,5 +115,10 @@ } }; +typedef callback0 run_script_cb; + +// run a shell script (or actually an external program). +void run_script (const run_script_cb &cb, bool wait); + #endif