summaryrefslogtreecommitdiff
path: root/saedit/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/errors.h')
-rw-r--r--saedit/errors.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/saedit/errors.h b/saedit/errors.h
new file mode 100644
index 0000000..58b12e6
--- /dev/null
+++ b/saedit/errors.h
@@ -0,0 +1,12 @@
+#ifndef _ERRORS_H_
+#define _ERRORS_H_
+
+#include <glib.h>
+
+void
+post_error (
+ const gchar *error_context,
+ const gchar *error_message
+);
+
+#endif