efl/src/tests/eo/access/access_inherit.h

10 lines
164 B
C

#ifndef INHERIT_H
#define INHERIT_H
void inherit_prot_print(Eo *obj);
#define INHERIT_CLASS inherit_class_get()
const Efl_Class *inherit_class_get(void);
#endif