Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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