diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 00:57:39 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 00:57:39 (GMT) |
| commit | 9cdf2b5902b692bed2d27c28bd51a506d052bbfb (patch) | |
| tree | 782b14846c45c432396ae224804d81be503ee5af /src/client/HTTP.h | |
| parent | 35858ef6073092f8447bbec8b18b768061cf8bd0 (diff) | |
| download | powder-9cdf2b5902b692bed2d27c28bd51a506d052bbfb.zip powder-9cdf2b5902b692bed2d27c28bd51a506d052bbfb.tar.gz | |
Login complete (minus brokenness)
Diffstat (limited to 'src/client/HTTP.h')
| -rw-r--r-- | src/client/HTTP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/HTTP.h b/src/client/HTTP.h index af0971c..51b9438 100644 --- a/src/client/HTTP.h +++ b/src/client/HTTP.h @@ -20,6 +20,8 @@ #ifndef HTTP_H #define HTTP_H +static char hexChars[] = "0123456789abcdef"; + void http_init(char *proxy); void http_done(void); |
