#ifndef __GS_AUTH_H #define __GS_AUTH_H #include #include "client.h" int gs_auth_authenticate(GSClient *c, const char *email, const char *password); bool gs_auth_is_logged_in(GSClient *c); #endif