From b1342796448c01515d8dcb4d992f804a5f2f4fb4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 20 Aug 2012 22:02:37 +0100 Subject: Allow the presence of form inputs to be obtained without knowledge of html content internals. --- utils/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils') diff --git a/utils/types.h b/utils/types.h index 3500968ce..617b4938c 100644 --- a/utils/types.h +++ b/utils/types.h @@ -52,6 +52,11 @@ struct contextual_content { const char *link_url; struct hlcache_handle *object; struct hlcache_handle *main; + enum { + CTX_FORM_NONE, + CTX_FORM_TEXT, + CTX_FORM_FILE + } form_features; }; #endif -- cgit v1.2.3