ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/util.h
(Generate patch)

Comparing gvpe/src/util.h (file contents):
Revision 1.4 by pcg, Fri Mar 28 04:05:10 2003 UTC vs.
Revision 1.5 by pcg, Wed Apr 2 03:06:22 2003 UTC

113 } 113 }
114 } 114 }
115 } 115 }
116}; 116};
117 117
118typedef callback<const char *, int> run_script_cb;
119
120// run a shell script (or actually an external program).
121void run_script (const run_script_cb &cb, bool wait);
122
118#endif 123#endif
119 124

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines