Subversion Repositories SvarDOS

Rev

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

Rev 231 Rev 248
Line 16... Line 16...
16
void mkpath(char *dirs);
16
void mkpath(char *dirs);
17
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
17
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
18
void removeDoubleBackslashes(char *str);
18
void removeDoubleBackslashes(char *str);
19
int detect_localpath(char *url);
19
int detect_localpath(char *url);
20
char *getfext(char *fname);
20
char *getfext(char *fname);
-
 
21
int freadtokval(FILE *fd, char *line, size_t maxlen, char **val, char delim);
21
#endif
22
#endif