* Removed some cruft from the login code. Combined the
[citadel.git] / citadel / user_ops.h
index c4e3e902df3cf11a5800315958046c0c480aa2ad..0fb812298c9f2cdf6a12b8530ebf660adb9c888d 100644 (file)
@@ -70,6 +70,7 @@ enum {
 
 
 int CtdlTryPassword(char *password);
+void CtdlSetPassword(char *new_pw);
 
 /*
  * Values which may be returned by CtdlTryPassword()