diff options
author | Carsten Haitzler <raster@rasterman.com> | 2005-06-15 05:06:45 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2005-06-15 05:06:45 +0000 |
commit | 2ed41fb21f128fc6c6a16df4dbf5b589a4a6c837 (patch) | |
tree | 2a424f50d0e19a6f929243999ce677c8d62b2891 /src/bin/e_alert.h | |
parent | 33323d7f3ae2ae9943c3cf854fce6a81536c557e (diff) | |
download | enlightenment-2ed41fb21f128fc6c6a16df4dbf5b589a4a6c837.tar.gz |
segv/bus/ill/fpe handler to trap all the nasties and allow debug or recovery
SVN revision: 15329
Diffstat (limited to 'src/bin/e_alert.h')
-rw-r--r-- | src/bin/e_alert.h | 16 |
1 files changed, 16 insertions, 0 deletions
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 |