Parent Directory
|
Revision Log
Account verification
| 1 | #ifndef INCLUDED_USER_VERIFY_PROTOS |
| 2 | #define INCLUDED_USER_VERIFY_PROTOS |
| 3 | |
| 4 | #include "account.h" |
| 5 | |
| 6 | extern int require_verify(t_account * account); |
| 7 | extern int is_verified(const char * username); |
| 8 | extern int reset_user_email(t_account * account); |
| 9 | |
| 10 | #endif |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |