#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