bproxy/include/server.h

9 lines
120 B
C

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