#ifndef __AUTH_H #define __AUTH_H extern char *instance_domain; extern char *auth_token; int register_app(char *instance); void auth_cleanup(); #endif