summaryrefslogtreecommitdiff
path: root/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'translate.h')
-rw-r--r--translate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/translate.h b/translate.h
new file mode 100644
index 0000000..ade2d09
--- /dev/null
+++ b/translate.h
@@ -0,0 +1,6 @@
+#ifndef __TRANSLATE_H__
+#define __TRANSLATE_H__
+
+int translate_open(const char *path, int flags);
+
+#endif