summaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auth.h b/src/auth.h
index d3e03ec..e5e597c 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -5,6 +5,7 @@ extern char *instance_domain;
extern char *auth_token;
int register_app(char *instance);
+void auth_cleanup();
#endif