$NetBSD: patch-ac,v 1.3 2003/01/09 10:51:04 rh Exp $ --- src/gtkhtml.c.orig Wed Nov 6 06:56:58 2002 +++ src/gtkhtml.c @@ -71,6 +71,8 @@ #include "math.h" #include +int allow_severity, deny_severity; + enum DndTargetType { DND_TARGET_TYPE_TEXT_URI_LIST, DND_TARGET_TYPE__NETSCAPE_URL,