diff options
Diffstat (limited to 'wombat/wombat.idl')
-rw-r--r-- | wombat/wombat.idl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/wombat/wombat.idl b/wombat/wombat.idl deleted file mode 100644 index 1985afb161..0000000000 --- a/wombat/wombat.idl +++ /dev/null @@ -1,19 +0,0 @@ -/* - * The Evolution Personal Organization Server. - * - * Copyright 2000, Helix Code, Inc. - */ - -module GNOME { -module Evolution { - - interface WombatClient { - string getPassword (in string prompt, in string key); - void forgetPassword (in string key); - }; - - interface Config { - - }; -}; -}; |