diff options
Diffstat (limited to 'beecrypt/base64.h')
-rw-r--r-- | beecrypt/base64.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/beecrypt/base64.h b/beecrypt/base64.h index 3af0ec17b..ab34307c7 100644 --- a/beecrypt/base64.h +++ b/beecrypt/base64.h @@ -32,10 +32,15 @@ extern "C" { #endif -BEEDLLAPI /*@only@*/ /*@null@*/ +/** + */ +BEEDLLAPI /*@only@*/ /*@null@*/ /*@unused@*/ char* b64enc(const memchunk* chunk) /*@*/; -BEEDLLAPI /*@only@*/ /*@null@*/ + +/** + */ +BEEDLLAPI /*@only@*/ /*@null@*/ /*@unused@*/ memchunk* b64dec(const char* string) /*@*/; |