Now we name all the private contexts.
[citadel.git] / citadel / user_ops.h
index 9aad99642d3f280fcb5f4a41e05913305105e069..bf1be2cfb88329a9c6468ea05d9b93e9a2a034dc 100644 (file)
@@ -93,3 +93,4 @@ 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);
+INLINE void makeuserkey(char *key, char *username);