summaryrefslogtreecommitdiff
path: root/shopify.c
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-15 09:24:18 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-15 09:24:18 +0800
commit4a0e2af2fd22903fedb73ec9cfcc6a1dbe787442 (patch)
tree0b76aaf605b88ad3ae4b461a2efb8cb2fbd711bc /shopify.c
parent7989aa01ac4d48dbb5dda7a106a270fe381f2852 (diff)
Change crypt_getnonce char * argument type
Rename it to char buf[], to make it clearer how it should be used.
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 **);