enlightenment/src/bin/e_int_menus.h

8 lines
158 B
C

#ifndef E_INT_MENUS_H
#define E_INT_MENUS_H
EAPI E_Menu *e_int_menus_about_new(void);
EAPI E_Menu *e_int_menus_apps_new(char *dir, int top);
#endif