forked from Telodendria/Telodendria
Define User struct.
This commit is contained in:
parent
08b36c071c
commit
f365f94389
1 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
struct User
|
||||
{
|
||||
Db *db;
|
||||
DbRef *ref;
|
||||
};
|
||||
|
||||
int
|
||||
UserValidate(char *localpart, char *domain)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue