summaryrefslogtreecommitdiff
path: root/src/auth.h
blob: d3e03ec7a0a4a39ab607bda015728e9e8dc3a106 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __AUTH_H
#define __AUTH_H

extern char *instance_domain;
extern char *auth_token;

int register_app(char *instance);

#endif