Cross Reference: mail-user-hash.h
xref
: /
dovecot
/
src
/
lib-mail
/
mail-user-hash.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
mail-user-hash.h revision 5733207dc3ec10e6e5a6e0a8b30fbd1b061062b9
#
ifndef
MAIL_USER_HASH
#
define
MAIL_USER_HASH
/* Return a hash for username, based on given format. The format can use
%n, %d and %u variables. */
unsigned
int
mail_user_hash
(
const
char
*
username
,
const
char
*
format
);
#
endif