]> code.citadel.org Git - citadel.git/blob - citadel/auth.h
According to clang -Wcast-align its not good to cast from char* to some structs;...
[citadel.git] / citadel / auth.h
1 int validate_password(uid_t uid, const char *pass);