diff options
author | nirav <nirav@teisuu.com> | 2019-03-28 09:10:52 +0530 |
---|---|---|
committer | nirav <nirav@teisuu.com> | 2019-03-28 09:10:52 +0530 |
commit | 477e1ba2977435ae7bb75c7dbd95cf28247f89bd (patch) | |
tree | ce1f9719a7d11bbd47e9adea26dd610bc087962e /src/auth.h | |
parent | cc727e972f7fdc871ee1f42cf014151b67422bf0 (diff) | |
download | ap_client-477e1ba2977435ae7bb75c7dbd95cf28247f89bd.tar.gz ap_client-477e1ba2977435ae7bb75c7dbd95cf28247f89bd.zip |
Diffstat (limited to 'src/auth.h')
-rw-r--r-- | src/auth.h | 9 |
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 - |