summaryrefslogtreecommitdiff
path: root/src/rt/rt_file.h
blob: 66563ac221d1d6259e3c1594fe4667fab9286d7e (plain)
1
2
3
4
5
6
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