Files
evolution/wombat/wombat.idl
Ettore Perazzoli 91cc026904 Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place.

svn path=/trunk/; revision=10440
2001-06-23 08:52:02 +00:00

20 lines
284 B
Plaintext

/*
* 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 {
};
};
};