Subversion Repositories SvarDOS

Rev

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

Rev 269 Rev 270
Line 12... Line 12...
12
void strtolower(char *mystring);
12
void strtolower(char *mystring);
13
char *fdnpkg_strcasestr(const char *s, const char *find);
13
char *fdnpkg_strcasestr(const char *s, const char *find);
14
void mkpath(char *dirs);
14
void mkpath(char *dirs);
15
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
15
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
16
void removeDoubleBackslashes(char *str);
16
void removeDoubleBackslashes(char *str);
17
int detect_localpath(char *url);
-
 
18
char *getfext(char *fname);
17
char *getfext(char *fname);
19
int freadtokval(FILE *fd, char *line, size_t maxlen, char **val, char delim);
18
int freadtokval(FILE *fd, char *line, size_t maxlen, char **val, char delim);
20
#endif
19
#endif