summaryrefslogtreecommitdiff
path: root/src/bin/e_alert.h
blob: 7aa76e8e8fefd56f1a29570d51dc32e35f4f88dc (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(char *disp);
int e_alert_shutdown(void);

void e_alert_show(char *text);

#endif
#endif