the repository of RSA merge with private repository.
[platform/core/uifw/e17.git] / src / bin / e_about.h
1 #ifdef E_TYPEDEFS
2
3 typedef struct _E_Obj_Dialog E_About;
4
5 #else
6 #ifndef E_ABOUT_H
7 #define E_ABOUT_H
8
9 EAPI E_About  *e_about_new         (E_Container *con);
10 EAPI void      e_about_show        (E_About *about);
11
12 #endif
13 #endif