summaryrefslogtreecommitdiff
path: root/src/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon.h b/src/daemon.h
index b7e072e..d78a5fb 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -57,6 +57,7 @@ typedef enum {
ERROR_USER_DOES_NOT_EXIST,
ERROR_PERMISSION_DENIED,
ERROR_NOT_SUPPORTED,
+ ERROR_USER_NOT_GUEST,
NUM_ERRORS
} Error;