summaryrefslogtreecommitdiff
path: root/beecrypt/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/base64.h')
-rw-r--r--beecrypt/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/base64.h b/beecrypt/base64.h
index a33841871..e775b9948 100644
--- a/beecrypt/base64.h
+++ b/beecrypt/base64.h
@@ -78,7 +78,7 @@ char* b64crc(const unsigned char* data, size_t ns)
*/
BEECRYPTAPI
int b64decode(const char* s, void** datap, size_t* lenp)
- /*@*/;
+ /*@modifies *datap, *lenp @*/;
/*!
*/