Subversion Repositories SvarDOS

Rev

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

Rev 248 Rev 252
Line 8... Line 8...
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);
11
int isversionnewer(char *v1, char *v2);
12
void slash2backslash(char *str);
12
void slash2backslash(char *str);
13
void backslash2slash(char *str);
-
 
14
void strtolower(char *mystring);
13
void strtolower(char *mystring);
15
char *fdnpkg_strcasestr(const char *s, const char *find);
14
char *fdnpkg_strcasestr(const char *s, const char *find);
16
void mkpath(char *dirs);
15
void mkpath(char *dirs);
17
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
16
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
18
void removeDoubleBackslashes(char *str);
17
void removeDoubleBackslashes(char *str);