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.25 by pcg, Thu Aug 7 17:54:27 2008 UTC vs.
Revision 1.26 by pcg, Thu Aug 7 19:07:03 2008 UTC

33 33
34#ifndef UTIL_H__ 34#ifndef UTIL_H__
35#define UTIL_H__ 35#define UTIL_H__
36 36
37#include <cstring> 37#include <cstring>
38#include <sys/types.h>
38 39
39#include <openssl/rsa.h> 40#include <openssl/rsa.h>
40 41
41#include "gettext.h" 42#include "gettext.h"
42 43
125}; 126};
126 127
127typedef callback<const char * ()> run_script_cb; 128typedef callback<const char * ()> run_script_cb;
128 129
129// run a shell script (or actually an external program). 130// run a shell script (or actually an external program).
130bool run_script (const run_script_cb &cb, bool wait); 131pid_t run_script (const run_script_cb &cb, bool wait);
131 132
132#if ENABLE_HTTP_PROXY 133#if ENABLE_HTTP_PROXY
133u8 *base64_encode (const u8 *data, unsigned int len); 134u8 *base64_encode (const u8 *data, unsigned int len);
134#endif 135#endif
135 136

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines