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.31 by root, Tue Jul 16 16:44:37 2013 UTC vs.
Revision 1.32 by root, Wed Jul 17 05:34:17 2013 UTC

125typedef callback<const char *()> run_script_cb; 125typedef callback<const char *()> run_script_cb;
126 126
127// run a shell script (or actually an external program). 127// run a shell script (or actually an external program).
128pid_t run_script (const run_script_cb &cb, bool wait); 128pid_t run_script (const run_script_cb &cb, bool wait);
129 129
130void hexdump (const char *header, void *data, int len);
131
130#if ENABLE_HTTP_PROXY 132#if ENABLE_HTTP_PROXY
131u8 *base64_encode (const u8 *data, unsigned int len); 133u8 *base64_encode (const u8 *data, unsigned int len);
132#endif 134#endif
133 135
134/*****************************************************************************/ 136/*****************************************************************************/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines