Subversion Repositories SvarDOS

Rev

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

Rev 614 Rev 995
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of pkginst
2
 * This file is part of pkginst
3
 * Copyright (C) 2012-2021 Mateusz Viste
3
 * Copyright (C) 2012-2022 Mateusz Viste
4
 *
4
 *
5
 * It contains a few helper function...
5
 * It contains a few helper function...
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
void slash2backslash(char *str);
11
void slash2backslash(char *str);
12
void strtolower(char *mystring);
-
 
13
char *fdnpkg_strcasestr(const char *s, const char *find);
12
char *fdnpkg_strcasestr(const char *s, const char *find);
14
void mkpath(char *dirs);
13
void mkpath(char *dirs);
15
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
14
char *computelocalpath(char *longfilename, char *respath, const char *dosdir, const struct customdirs *dirlist);
16
void removeDoubleBackslashes(char *str);
15
void removeDoubleBackslashes(char *str);
17
char *getfext(char *fname);
16
char *getfext(char *fname);