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.22 by pcg, Sun Dec 2 00:09:36 2007 UTC vs.
Revision 1.23 by pcg, Sun Dec 2 00:54:52 2007 UTC

110 110
111 return false; 111 return false;
112 } 112 }
113}; 113};
114 114
115typedef callback0<const char *> run_script_cb; 115typedef callback<const char * ()> run_script_cb;
116 116
117// run a shell script (or actually an external program). 117// run a shell script (or actually an external program).
118bool run_script (const run_script_cb &cb, bool wait); 118bool run_script (const run_script_cb &cb, bool wait);
119 119
120#if ENABLE_HTTP_PROXY 120#if ENABLE_HTTP_PROXY

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines