From 6dd58a30761eca36544c4e815b36907eab084949 Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 7 Mar 2019 01:27:55 +0530 Subject: Initial commit --- src/auth.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/auth.h (limited to 'src/auth.h') diff --git a/src/auth.h b/src/auth.h new file mode 100644 index 0000000..d3e03ec --- /dev/null +++ b/src/auth.h @@ -0,0 +1,10 @@ +#ifndef __AUTH_H +#define __AUTH_H + +extern char *instance_domain; +extern char *auth_token; + +int register_app(char *instance); + +#endif + -- cgit v1.2.3