X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=base64.h;fp=base64.h;h=a06bf2ec160e52ebb93d48a0cf86b3f19bf1a3e8;hp=0000000000000000000000000000000000000000;hb=3ea5399aeec092dcdb9f039288f1e146aadbb2f7;hpb=33d0d618adbd6bd7afafbbbe1fd0d60b7c8d561c diff --git a/base64.h b/base64.h new file mode 100644 index 00000000..a06bf2ec --- /dev/null +++ b/base64.h @@ -0,0 +1,2 @@ +int uudecode(const char *src, unsigned char *target, size_t targsize); +int base64_decode(char const *src, unsigned char *target, size_t targsize);