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.5 by pcg, Wed Apr 2 03:06:22 2003 UTC vs.
Revision 1.6 by pcg, Wed Apr 2 05:15:00 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines