Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 251 → Rev 252

/pkginst/helpers.h
10,7 → 10,6
#include "loadconf.h" /* required for the customdirs struct */
int isversionnewer(char *v1, char *v2);
void slash2backslash(char *str);
void backslash2slash(char *str);
void strtolower(char *mystring);
char *fdnpkg_strcasestr(const char *s, const char *find);
void mkpath(char *dirs);