summaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/auth.h b/src/auth.h
index bc9c58b..9c3ee03 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -3,12 +3,7 @@
#include <stdbool.h>
-bool is_logged_in();
-const char* get_access_token();
-const char* get_instance_url();
-int read_local_credentials();
-int register_app(const char *instance, void (*callback) (bool success));
-int login(const char *email, const char *password, void (*callback) (bool success));
+int login(const char *email, const char *password);
#endif