X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.h;h=bf1be2cfb88329a9c6468ea05d9b93e9a2a034dc;hb=e739cb7572012e2a0a9b820757f4e2adf7b37a63;hp=9aad99642d3f280fcb5f4a41e05913305105e069;hpb=60617b628daa3da5c4d8343d7623e70666ff4a3e;p=citadel.git diff --git a/citadel/user_ops.h b/citadel/user_ops.h index 9aad99642..bf1be2cfb 100644 --- a/citadel/user_ops.h +++ b/citadel/user_ops.h @@ -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);