Finish user creation
[blerg.git] / auth.h
1 #ifndef _AUTH_H
2 #define _AUTH_H
3
4 int auth_set_password(const char *, const char *);
5 int auth_check_password(const char *, const char *);
6
7 #endif //_AUTH_H