summaryrefslogtreecommitdiff
path: root/thirdparty/misc/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/misc/base64.h')
-rw-r--r--thirdparty/misc/base64.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/thirdparty/misc/base64.h b/thirdparty/misc/base64.h
index 456ef1811b..4c300382c1 100644
--- a/thirdparty/misc/base64.h
+++ b/thirdparty/misc/base64.h
@@ -11,9 +11,8 @@
extern "C" {
-uint32_t base64_encode (char* to, char* from, uint32_t len);
-uint32_t base64_decode (char* to, char* from, uint32_t len);
-
+uint32_t base64_encode(char *to, char *from, uint32_t len);
+uint32_t base64_decode(char *to, char *from, uint32_t len);
};
#endif /* BASE64_H */