silenced a silly little compiler warning
[citadel.git] / citadel / auth.h
index ea5fc59056929625f369cbdc0dcca8729235cf75..d3b0fb80398e3bd2c34223267d7907f2098599b9 100644 (file)
@@ -1,2 +1,2 @@
-/* $Id$ */
-int validpw(uid_t uid, const char *pass);
+
+int validate_password(uid_t uid, const char *pass);