Files
evolution/addressbook/gui/component/addressbook.h
Ettore Perazzoli bb241192eb Reorganized the shell to allow dynamic registration of storages and
folder types, and changed all the components to work with the new
setup.

svn path=/trunk/; revision=3199
2000-05-25 05:55:59 +00:00

10 lines
233 B
C

#ifndef __ADDRESSBOOK_H__
#define __ADDRESSBOOK_H__
#include <bonobo/bonobo-control.h>
BonoboControl *addressbook_factory_new_control (void);
void addressbook_factory_init (void);
#endif /* __ADDRESSBOOK_H__ */