From 2ed41fb21f128fc6c6a16df4dbf5b589a4a6c837 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 15 Jun 2005 05:06:45 +0000 Subject: segv/bus/ill/fpe handler to trap all the nasties and allow debug or recovery SVN revision: 15329 --- src/bin/e_alert.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/bin/e_alert.h (limited to 'src/bin/e_alert.h') diff --git a/src/bin/e_alert.h b/src/bin/e_alert.h new file mode 100644 index 0000000000..7aa76e8e8f --- /dev/null +++ b/src/bin/e_alert.h @@ -0,0 +1,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 -- cgit v1.2.1