The index key for user records now omits non-alphanumeric characters, in addition...
[citadel.git] / citadel / user_ops.h
index f58ec1bb6489cfbdfa5c1dfefc2598d58742ee1e..d9dbc29598f3e79db4d96d28ce7f3cfacc2f2927 100644 (file)
@@ -67,6 +67,7 @@ void start_chkpwd_daemon(void);
 #define RENAMEUSER_ALREADY_EXISTS      3       /* An account with the desired new name already exists */
 
 int rename_user(char *oldname, char *newname);
+void reindex_user_928(char *username, void *out_data);
 
 long cutusername(char *username);
 void makeuserkey(char *key, const char *username, long len);