aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyProtocolHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyProtocolHandler.h')
-rw-r--r--embed/mozilla/EphyProtocolHandler.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/embed/mozilla/EphyProtocolHandler.h b/embed/mozilla/EphyProtocolHandler.h
index f1eb0aac1..915d704cb 100644
--- a/embed/mozilla/EphyProtocolHandler.h
+++ b/embed/mozilla/EphyProtocolHandler.h
@@ -53,12 +53,12 @@ class EphyProtocolHandler : public nsIProtocolHandler,
private:
nsresult Redirect(const nsACString&, nsIChannel**);
- nsresult ParseErrorURL(const char*, nsACString&, nsACString&, nsACString&);
- nsresult GetErrorMessage(nsIURI *, const char *, char **, char **);
- nsresult HandleEpiphany(nsIURI*, nsIChannel **);
- nsresult CreateErrorPage(nsIURI*, nsIChannel **);
- nsresult Write(nsIOutputStream*, const char *);
- nsresult WriteHTMLEscape(nsIOutputStream *, const char *);
+ nsresult ParseErrorURL(const char*, nsACString&, nsACString&, nsACString&, nsACString&);
+ nsresult GetErrorMessage(nsIURI*, const char*, char**, char**, char**, char**);
+ nsresult HandleEpiphany(nsIURI*, nsIChannel**);
+ nsresult CreateErrorPage(nsIURI*, nsIChannel**);
+ nsresult Write(nsIOutputStream*, const char*);
+ nsresult WriteHTMLEscape(nsIOutputStream*, const char*);
};
#endif /* EPHY_PROTOCOL_HANDLER_H */