7c821dda628578168adcb6ea7238988b909c76e1
[framework/uifw/e17.git] / src / bin / e_alert.h
1 #ifdef E_TYPEDEFS
2
3 #else
4 #ifndef E_ALERT_H
5 #define E_ALERT_H
6
7 EINTERN int e_alert_init(const char *disp);
8 EINTERN int e_alert_shutdown(void);
9
10 void e_alert_show(const char *text);
11
12 #endif
13 #endif