aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/Evolution-Wombat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'wombat/Evolution-Wombat.idl')
-rw-r--r--wombat/Evolution-Wombat.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl
new file mode 100644
index 0000000000..2c9538bfce
--- /dev/null
+++ b/wombat/Evolution-Wombat.idl
@@ -0,0 +1,19 @@
+/*
+ * The Evolution Personal Organization Server.
+ *
+ * Copyright 2000, Ximian, Inc.
+ */
+
+module GNOME {
+module Evolution {
+
+ interface WombatClient {
+ string getPassword (in string prompt, in string key);
+ void forgetPassword (in string key);
+ };
+
+ interface Config {
+
+ };
+};
+};