enlightenment/src/bin/e_alert.h

14 lines
179 B
C

#ifdef E_TYPEDEFS
#else
#ifndef E_ALERT_H
#define E_ALERT_H
int e_alert_init(const char *disp);
int e_alert_shutdown(void);
void e_alert_show(const char *text);
#endif
#endif