summaryrefslogtreecommitdiff
path: root/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'errors.h')
-rw-r--r--errors.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/errors.h b/errors.h
new file mode 100644
index 0000000..12f766b
--- /dev/null
+++ b/errors.h
@@ -0,0 +1,6 @@
+#ifndef __ERRORS_H__
+#define __ERRORS_H__
+
+extern int __mpqlib_errno;
+
+#endif