From 477e1ba2977435ae7bb75c7dbd95cf28247f89bd Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 28 Mar 2019 09:10:52 +0530 Subject: Move APIs into libgs dir --- src/auth.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/auth.h (limited to 'src/auth.h') 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 - -int login(const char *email, const char *password); - -#endif - -- cgit v1.2.3