blob: 54e5b30902d8e11f558a32dc2e0a48b15f6be299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ad,v 1.1 2001/04/22 17:16:44 wiz Exp $
--- src/htmlview.h.orig Sat Dec 11 04:14:04 1999
+++ src/htmlview.h
@@ -27,6 +27,9 @@
#include <stdio.h>
#include "main.h"
#include "doc.h"
+#ifdef USE_GTKHTML
+#include <gtkhtml/gtkhtml.h>
+#endif
typedef enum {
HtmlViewXmHtml,
@@ -47,7 +50,7 @@
#endif
#ifdef USE_GTKHTML
extern void html_view_url_requested(GtkHTML *html, const char *url,
- GtkHTMLStreamHandle handle, gpointer);
+ GtkHTMLStream *handle, gpointer);
#endif
#ifdef __cplusplus
|