summaryrefslogtreecommitdiff
path: root/common/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/base64.h')
-rw-r--r--common/base64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/base64.h b/common/base64.h
index 4a2d1e7..cc27afd 100644
--- a/common/base64.h
+++ b/common/base64.h
@@ -50,4 +50,10 @@ int p11_b64_pton (const char *src,
unsigned char *target,
size_t targsize);
+int p11_b64_ntop (const unsigned char *src,
+ size_t srclength,
+ char *target,
+ size_t targsize,
+ int breakl);
+
#endif /* P11_BASE64_H_ */