#ifndef SERVER_H
#define SERVER_H
int findUser(char * username);
int checkPassword(int idx, char * password);
#endif