diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-29 14:31:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-29 14:31:45 +0100 |
| commit | 94839658c359ccc24aa31969204474ba507c1cb5 (patch) | |
| tree | 80de5b1952ef7a1fa9059031267cca0a46761712 /src/auth/crypt.h | |
| parent | bump year (diff) | |
| download | cerberus-94839658c359ccc24aa31969204474ba507c1cb5.tar.gz cerberus-94839658c359ccc24aa31969204474ba507c1cb5.tar.bz2 cerberus-94839658c359ccc24aa31969204474ba507c1cb5.tar.xz | |
add HOOK_DENIED
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/auth/crypt.h')
| -rw-r--r-- | src/auth/crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth/crypt.h b/src/auth/crypt.h index 478b138..1ba7717 100644 --- a/src/auth/crypt.h +++ b/src/auth/crypt.h @@ -32,7 +32,7 @@ void initialise_crypt(char* remote, char* username, char* (*reader)(void)); /** * Perform token authentication * - * @return Whether the user got automatically authenticated + * @return 0: failed, 1: success, 2: auto-authenticated */ char authenticate_crypt(void); |
