aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.idl
blob: 2c9538bfcedfc1a79156e56d2330f4cedcc1e564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 {

    };
};
};