aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'wombat/wombat.idl')
-rw-r--r--wombat/wombat.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/wombat/wombat.idl b/wombat/wombat.idl
index 7a7f43bbc3..1985afb161 100644
--- a/wombat/wombat.idl
+++ b/wombat/wombat.idl
@@ -7,6 +7,11 @@
module GNOME {
module Evolution {
+ interface WombatClient {
+ string getPassword (in string prompt, in string key);
+ void forgetPassword (in string key);
+ };
+
interface Config {
};