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 c8f5cb099..b1198f7db 100644
--- a/content/content.h
+++ b/content/content.h
@@ -66,7 +66,8 @@ typedef enum {
CONTENT_MSG_DONE, /**< finished */
CONTENT_MSG_ERROR, /**< error occurred */
CONTENT_MSG_STATUS, /**< new status string */
- CONTENT_MSG_REDIRECT /**< replacement URL */
+ CONTENT_MSG_REDIRECT, /**< replacement URL */
+ CONTENT_MSG_REFORMAT /**< content_reformat done */
} content_msg;
/** Linked list of users of a content. */