summaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-28 09:10:52 +0530
committernirav <nirav@teisuu.com>2019-03-28 09:10:52 +0530
commit477e1ba2977435ae7bb75c7dbd95cf28247f89bd (patch)
treece1f9719a7d11bbd47e9adea26dd610bc087962e /src/auth.h
parentcc727e972f7fdc871ee1f42cf014151b67422bf0 (diff)
downloadap_client-master.tar.gz
ap_client-master.zip
Move APIs into libgs dirHEADmaster
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/auth.h b/src/auth.h
deleted file mode 100644
index 9c3ee03..0000000
--- a/src/auth.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __AUTH_H
-#define __AUTH_H
-
-#include <stdbool.h>
-
-int login(const char *email, const char *password);
-
-#endif
-