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