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.16 by pcg, Wed Mar 23 20:22:59 2005 UTC vs.
Revision 1.17 by pcg, Wed Mar 23 21:55:39 2005 UTC

110}; 110};
111 111
112typedef callback0<const char *> run_script_cb; 112typedef callback0<const char *> run_script_cb;
113 113
114// run a shell script (or actually an external program). 114// run a shell script (or actually an external program).
115void run_script (const run_script_cb &cb, bool wait); 115bool run_script (const run_script_cb &cb, bool wait);
116 116
117#if ENABLE_HTTP_PROXY 117#if ENABLE_HTTP_PROXY
118u8 *base64_encode (const u8 *data, unsigned int len); 118u8 *base64_encode (const u8 *data, unsigned int len);
119#endif 119#endif
120 120

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines