aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/MozillaPrivate.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-11 21:56:43 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-11 21:56:43 +0800
commitaea39d8177f65432073b257d1b6e2ffa40ed5054 (patch)
treef8f8eec66f80a061aa52f2150d633183b05ea33e /embed/mozilla/MozillaPrivate.h
parent6603cf97ba05529d11d62176ba5075cb13a7bc74 (diff)
downloadgsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar
gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.gz
gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.bz2
gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.lz
gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.xz
gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.tar.zst
gsoc2013-epiphany-aea39d8177f65432073b257d1b6e2ffa40ed5054.zip
Move wallet code to MozillaPrivate since nsIWalletService.h includes
2005-02-11 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/mozilla-embed-single.cpp: Move wallet code to MozillaPrivate since nsIWalletService.h includes nsString.h in older mozilla versions.
Diffstat (limited to 'embed/mozilla/MozillaPrivate.h')
-rw-r--r--embed/mozilla/MozillaPrivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/mozilla/MozillaPrivate.h b/embed/mozilla/MozillaPrivate.h
index 5c7c0a8d6..73ef25253 100644
--- a/embed/mozilla/MozillaPrivate.h
+++ b/embed/mozilla/MozillaPrivate.h
@@ -20,7 +20,11 @@
#include <glib.h>
+class nsIPrefBranch;
+
namespace MozillaPrivate
{
GList *GetPrinterList ();
+
+ void SecureWallet (nsIPrefBranch *pref);
}