blob: 3b69ec90809d91926e3d676aee7b6d978e8dfdb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef __E_MINICARD_CONTROL_H__
#define __E_MINICARD_CONTROL_H__
#include <bonobo/bonobo-control.h>
void e_minicard_factory_init (void);
#endif /* __E_MINICARD_CONTROL_H__ */
|