summaryrefslogtreecommitdiff
path: root/shopify.c
diff options
context:
space:
mode:
Diffstat (limited to 'shopify.c')
-rw-r--r--shopify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shopify.c b/shopify.c
index a718ecf..653c11e 100644
--- a/shopify.c
+++ b/shopify.c
@@ -43,7 +43,7 @@
extern inline void crypt_init();
extern inline bool crypt_maccmp(const char *, const char *, const char *);
-extern inline void crypt_getnonce(char *, const size_t);
+extern inline void crypt_getnonce(char [], const size_t);
extern inline bool regex_match(const char *);
extern inline void base64_decode(unsigned char *, char **);
extern inline void config_getscopes(const char *, char **);