aboutsummaryrefslogtreecommitdiffstats
path: root/errorhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'errorhandler.h')
-rw-r--r--errorhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/errorhandler.h b/errorhandler.h
new file mode 100644
index 0000000..487c445
--- /dev/null
+++ b/errorhandler.h
@@ -0,0 +1,4 @@
+#ifndef ERRORHANDLER_H
+#define ERRORHANDLER_H
+typedef void (*errorhandler)(char* errormessage);
+#endif