diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-15 09:24:18 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-15 09:24:18 +0800 |
| commit | 4a0e2af2fd22903fedb73ec9cfcc6a1dbe787442 (patch) | |
| tree | 0b76aaf605b88ad3ae4b461a2efb8cb2fbd711bc /shopify.c | |
| parent | 7989aa01ac4d48dbb5dda7a106a270fe381f2852 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 **); |