blob: 07550bb3ec5a68704d8c324204b6eeef547f6a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2009/01/20 09:01:54 sketch Exp $
--- libsoup/soup-session-feature.h.orig Tue Jan 20 08:44:20 2009
+++ libsoup/soup-session-feature.h Tue Jan 20 08:50:15 2009
@@ -18,7 +18,7 @@
#define SOUP_SESSION_FEATURE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), SOUP_TYPE_SESSION_FEATURE, SoupSessionFeatureInterface))
/* dummy struct for gtk-doc */
-struct _SoupSessionFeature {};
+struct _SoupSessionFeature {char nouse;};
typedef struct {
GTypeInterface parent;
|