1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/galeon/files/patch-src_mozilla_mozilla.h
Joe Marcus Clarke 71366918c7 Restore a signed vs. unsigned patch that was accidentally removed in the
last commit.  This should fix the build with Mozilla 1.3.
2003-04-21 16:36:47 +00:00

15 lines
516 B
C

--- src/mozilla/mozilla.h.orig Mon Apr 21 12:32:00 2003
+++ src/mozilla/mozilla.h Mon Apr 21 12:32:55 2003
@@ -261,7 +261,11 @@
GList *mozilla_list_cookies (void);
void mozilla_set_permission (GaleonEmbed *embed, gboolean allow,
guint type);
+#if MOZILLA_SNAPSHOT > 6
GList *mozilla_get_permissions (guint type);
+#else
+GList *mozilla_get_permissions (gint type);
+#endif
gboolean mozilla_remove_cookies (GList *gone, gboolean block);
gboolean mozilla_remove_permissions (GList *gone, guint type);