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.6 by pcg, Wed Apr 2 05:15:00 2003 UTC vs.
Revision 1.7 by pcg, Mon Apr 7 01:12:56 2003 UTC

118typedef callback0<const char *> 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#if ENABLE_HTTP_PROXY
124u8 *base64_encode (const u8 *data, unsigned int len);
123#endif 125#endif
124 126
127#endif
128

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines