Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 994 → Rev 995

/pkg/trunk/helpers.h
1,6 → 1,6
/*
* This file is part of pkginst
* Copyright (C) 2012-2021 Mateusz Viste
* Copyright (C) 2012-2022 Mateusz Viste
*
* It contains a few helper function...
*/
9,7 → 9,6
#define helpers_sentinel
#include "loadconf.h" /* required for the customdirs struct */
void slash2backslash(char *str);
void strtolower(char *mystring);
char *fdnpkg_strcasestr(const char *s, const char *find);
void mkpath(char *dirs);
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);