summaryrefslogtreecommitdiff
path: root/session.h
blob: 9c850bf173b52f6be069755a2f435978289eda19 (plain)
1
2
3
4
5
6
static struct session {
	char *shop;
	char *nonce;
	char *token;
	char *scope;
} *sessions;