Subversion Repositories SvarDOS

Rev

Rev 1678 | Rev 1893 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1678 Rev 1892
Line 20... Line 20...
20
 
20
 
21
/* recursively mkdir() directories of a path.
21
/* recursively mkdir() directories of a path.
22
 * ignores the trailing filename if there is one */
22
 * ignores the trailing filename if there is one */
23
void mkpath(char *dirs);
23
void mkpath(char *dirs);
24
 
24
 
25
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
25
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist, char bootdrive);
26
void removeDoubleBackslashes(char *str);
26
void removeDoubleBackslashes(char *str);
27
char *getfext(char *fname);
27
char *getfext(char *fname);
28
int freadtokval(FILE *fd, char *line, size_t maxlen, char **val, char delim);
28
int freadtokval(FILE *fd, char *line, size_t maxlen, char **val, char delim);
29
 
29
 
30
#endif
30
#endif