blob: c18422e47f40d3d3b3dfc5ecb2d614bb13dfa5c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- galeon-1.2.1/src/mozilla/ContentHandler.h~ 2002-03-08 01:39:04.000000000 +0100
+++ galeon-1.2.1/src/mozilla/ContentHandler.h 2002-05-13 18:54:23.000000000 +0200
@@ -19,6 +19,12 @@
#ifndef __ContentHandler_h
#define __ContentHandler_h
+extern "C" {
+#include "libgnomevfs/gnome-vfs-mime-handlers.h"
+}
+
+
+
#include "nsIHelperAppLauncherDialog.h"
#include "nsIExternalHelperAppService.h"
#include "nsCExternalHandlerService.h"
@@ -41,7 +47,6 @@
}
class nsIFactory;
-struct GnomeVFSMimeApplication;
class GContentHandler : public nsIHelperAppLauncherDialog
{
|