aboutsummaryrefslogtreecommitdiffstats
path: root/src/auth/crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/crypt.h')
-rw-r--r--src/auth/crypt.h2
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);