folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199
10 lines
233 B
C
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__ */
|