diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-01 21:20:27 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-01 21:20:27 (GMT) |
| commit | f86091d421989ead46940cc12b77e48cfb127608 (patch) | |
| tree | 978f64c6ab2e90789e73ab3af52f9528429fe8a0 /src/Misc.h | |
| parent | 038da72c61ea6a251d805e2de3662f240da52b02 (diff) | |
| download | powder-f86091d421989ead46940cc12b77e48cfb127608.zip powder-f86091d421989ead46940cc12b77e48cfb127608.tar.gz | |
Use useragent for version, fix URl encoding
Diffstat (limited to 'src/Misc.h')
| -rw-r--r-- | src/Misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ int load_string(FILE *f, char *str, int max); void strcaturl(char *dst, char *src); +std::string URLEscape(std::string source); + void strappend(char *dst, char *src); void *file_load(char *fn, int *size); |
