Subversion Repositories SvarDOS

Rev

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

Rev 219 Rev 236
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of FDNPKG.
2
 * This file is part of pkginst (SvarDOS).
3
 *
3
 *
4
 * Reads environment variables that will be used by FDNPKG and FDINST.
4
 * Reads environment variables that will be used by pkginst.
5
 * Returns 0 on success, non-zero otherwise.
5
 * Returns 0 on success, non-zero otherwise.
6
 *
6
 *
7
 * Copyright (C) 2012-2016 Mateusz Viste
7
 * Copyright (C) 2012-2021 Mateusz Viste
8
 */
8
 */
9
 
9
 
10
#ifndef READENV_H_SENTINEL
10
#ifndef READENV_H_SENTINEL
11
#define READENV_H_SENTINEL
11
#define READENV_H_SENTINEL
12
 
12
 
13
int readenv(char **dosdir, char **tempdir, char *cfgfile, int cfgfilemaxlen);
13
int readenv(char **dosdir, char *cfgfile, int cfgfilemaxlen);
14
 
14
 
15
#endif
15
#endif