blob: 2c9538bfcedfc1a79156e56d2330f4cedcc1e564 (
plain) (
tree)
|
|
/*
* 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 {
};
};
};
|