summaryrefslogtreecommitdiff
path: root/src/bin/e_alert.h
blob: a0a36fa9bc2000471d3f073431d2efeec11b634e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
 */
#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