summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/content.h b/content/content.h
index 249e21192..72034b316 100644
--- a/content/content.h
+++ b/content/content.h
@@ -71,7 +71,8 @@ typedef enum {
CONTENT_MSG_ERROR, /**< error occurred */
CONTENT_MSG_STATUS, /**< new status string */
CONTENT_MSG_REDIRECT, /**< replacement URL */
- CONTENT_MSG_REFORMAT /**< content_reformat done */
+ CONTENT_MSG_REFORMAT, /**< content_reformat done */
+ CONTENT_MSG_AUTH /**< authentication required */
} content_msg;
/** Linked list of users of a content. */