--- gvpe/src/util.h 2003/04/02 03:06:22 1.5 +++ gvpe/src/util.h 2003/04/02 05:15:00 1.6 @@ -115,7 +115,7 @@ } }; -typedef callback run_script_cb; +typedef callback0 run_script_cb; // run a shell script (or actually an external program). void run_script (const run_script_cb &cb, bool wait);