diff options
author | nirav <nirav@teisuu.com> | 2019-03-21 16:34:24 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2019-03-21 16:50:20 +0530 |
commit | 4b27c1a348d8de036dabd5525452f5b9ad08a32b (patch) | |
tree | f70c35351dc357d4297f985607fce9221ced96f0 /src/auth.h | |
parent | c608bcc3dfab2abe7b66c10f8556086b2d45b3a3 (diff) | |
download | ap_client-4b27c1a348d8de036dabd5525452f5b9ad08a32b.tar.gz ap_client-4b27c1a348d8de036dabd5525452f5b9ad08a32b.zip |
Use g_threads, add builder ui for timeline
Diffstat (limited to 'src/auth.h')
-rw-r--r-- | src/auth.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |