summaryrefslogtreecommitdiff
path: root/src/bin/e_alert.h
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2005-06-15 05:06:45 +0000
committerCarsten Haitzler <raster@rasterman.com>2005-06-15 05:06:45 +0000
commit2ed41fb21f128fc6c6a16df4dbf5b589a4a6c837 (patch)
tree2a424f50d0e19a6f929243999ce677c8d62b2891 /src/bin/e_alert.h
parent33323d7f3ae2ae9943c3cf854fce6a81536c557e (diff)
downloadenlightenment-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.h16
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