aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyUtils.h')
-rw-r--r--embed/mozilla/EphyUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/EphyUtils.h b/embed/mozilla/EphyUtils.h
index 8cc6706ab..c518d4893 100644
--- a/embed/mozilla/EphyUtils.h
+++ b/embed/mozilla/EphyUtils.h
@@ -53,6 +53,8 @@ namespace EphyUtils
nsresult CollatePrintSettings (const _EmbedPrintInfo *info,
nsIPrintSettings *settings,
gboolean preview);
+ PRBool StringEquals (nsAString &s1,
+ nsAString &s2);
}
#endif