diff options
Diffstat (limited to 'common/rt/include/rt_file.h')
| -rw-r--r-- | common/rt/include/rt_file.h | 7 |
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 |
