diff options
author | nobody <nobody@localhost> | 2001-06-14 10:38:24 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-06-14 10:38:24 +0800 |
commit | 58e1b28881805a4fdfbfc68f4c360a5838324bf4 (patch) | |
tree | 4ce3d14b2013b2dc15e58d4e884120bb4b21df4c /addressbook/gui/component/addressbook.h | |
parent | 8c1465a8455b6f4c88c14e95ae786b9b3404c06a (diff) | |
download | gsoc2013-evolution-BUG_BUDDY_2_0_2.tar.gz gsoc2013-evolution-BUG_BUDDY_2_0_2.tar.zst gsoc2013-evolution-BUG_BUDDY_2_0_2.zip |
This commit was manufactured by cvs2svn to create tagBUG_BUDDY_2_0_2
'BUG_BUDDY_2_0_2'.
svn path=/tags/BUG_BUDDY_2_0_2/; revision=10217
Diffstat (limited to 'addressbook/gui/component/addressbook.h')
-rw-r--r-- | addressbook/gui/component/addressbook.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/addressbook/gui/component/addressbook.h b/addressbook/gui/component/addressbook.h deleted file mode 100644 index 717b40e150..0000000000 --- a/addressbook/gui/component/addressbook.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __ADDRESSBOOK_H__ -#define __ADDRESSBOOK_H__ - -#include <bonobo/bonobo-control.h> - -/* expand file:///foo/foo/ to file:///foo/foo/addressbook.db */ -char * addressbook_expand_uri (const char *uri); - -BonoboControl *addressbook_factory_new_control (void); -void addressbook_factory_init (void); - -#endif /* __ADDRESSBOOK_H__ */ |