summaryrefslogtreecommitdiff
path: root/common/rt/include/rt_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rt/include/rt_file.h')
-rw-r--r--common/rt/include/rt_file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/rt/include/rt_file.h b/common/rt/include/rt_file.h
new file mode 100644
index 0000000..66563ac
--- /dev/null
+++ b/common/rt/include/rt_file.h
@@ -0,0 +1,7 @@
+#ifndef __RT_FILE_H__
+#define __RT_FILE_H__
+
+extern int rt_file_exsit(const char *);
+extern int rt_dir_exsit (const char *realpath);
+
+#endif