Subversion Repositories SvarDOS

Rev

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

Rev 252 Rev 255
Line 6... Line 6...
6
 */
6
 */
7
 
7
 
8
#ifndef helpers_sentinel
8
#ifndef helpers_sentinel
9
#define helpers_sentinel
9
#define helpers_sentinel
10
#include "loadconf.h"   /* required for the customdirs struct */
10
#include "loadconf.h"   /* required for the customdirs struct */
11
int isversionnewer(char *v1, char *v2);
-
 
12
void slash2backslash(char *str);
11
void slash2backslash(char *str);
13
void strtolower(char *mystring);
12
void strtolower(char *mystring);
14
char *fdnpkg_strcasestr(const char *s, const char *find);
13
char *fdnpkg_strcasestr(const char *s, const char *find);
15
void mkpath(char *dirs);
14
void mkpath(char *dirs);
16
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);