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