#ifndef __AUTH_H #define __AUTH_H #include int login(const char *email, const char *password); #endif