summaryrefslogtreecommitdiff
path: root/src/utils/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/base64.h')
-rw-r--r--src/utils/base64.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/base64.h b/src/utils/base64.h
index 6ebac7983..0e6546df5 100644
--- a/src/utils/base64.h
+++ b/src/utils/base64.h
@@ -32,9 +32,9 @@
#include "localconsts.h"
-extern unsigned char *php3_base64_encode(const unsigned char *,
- int, int *) A_WARN_UNUSED;
-extern unsigned char *php3_base64_decode(const unsigned char *,
- int, int *) A_WARN_UNUSED;
+extern unsigned char *php3_base64_encode(const unsigned char *restrict,
+ int, int *restrict) A_WARN_UNUSED;
+extern unsigned char *php3_base64_decode(const unsigned char *restrict,
+ int, int *restrict ) A_WARN_UNUSED;
#endif // UTILS_BASE64_H