diff options
Diffstat (limited to 'session.h')
| -rw-r--r-- | session.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/session.h b/session.h new file mode 100644 index 0000000..9c850bf --- /dev/null +++ b/session.h @@ -0,0 +1,6 @@ +static struct session { + char *shop; + char *nonce; + char *token; + char *scope; +} *sessions; |