blob: 4a0da88435f71acd2fdeb3cfec3647de2f916eca (
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_control_factory_init (void);
#endif /* __E_MINICARD_CONTROL_H__ */
|