From c9e188a4d1634d9c7d2292a8d04e02f313f37f3b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 25 Oct 2003 19:20:13 +0000 Subject: [project @ 2003-10-25 19:20:13 by jmb] HTTP Auth login improved (greatly). Addresses all three issues in the previous version. svn path=/import/netsurf/; revision=382 --- content/content.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/content.h') 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. */ -- cgit v1.2.3