diff options
Diffstat (limited to 'embed/mozilla/EphyUtils.h')
-rw-r--r-- | embed/mozilla/EphyUtils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/mozilla/EphyUtils.h b/embed/mozilla/EphyUtils.h index 368e1e59f..a9357a3ba 100644 --- a/embed/mozilla/EphyUtils.h +++ b/embed/mozilla/EphyUtils.h @@ -30,6 +30,7 @@ class nsIDOMWindow; class nsIIOService; class nsIPrintSettings; class nsIURI; +class nsIFile; struct _EmbedPrintInfo; namespace EphyUtils @@ -46,6 +47,9 @@ namespace EphyUtils const char *charset = nsnull, nsIURI *baseURI = nsnull); + nsresult NewFileURI (nsIURI **result, + nsIFile *spec); + GtkWidget *FindEmbed (nsIDOMWindow *aDOMWindow); GtkWidget *FindGtkParent (nsIDOMWindow *aDOMWindow); |