summaryrefslogtreecommitdiff
path: root/errors.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-05 18:05:43 +0000
committerpixel <pixel>2007-07-05 18:05:43 +0000
commite12fcb08a14de1f5738e0162bba50cdbf87dee47 (patch)
tree48ed11b4e908a1760d0bd0ddce96c05d2a896e13 /errors.h
First import...
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