Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 218 → Rev 219

/pkginst/readenv.h
0,0 → 1,15
/*
* This file is part of FDNPKG.
*
* Reads environment variables that will be used by FDNPKG and FDINST.
* Returns 0 on success, non-zero otherwise.
*
* Copyright (C) 2012-2016 Mateusz Viste
*/
 
#ifndef READENV_H_SENTINEL
#define READENV_H_SENTINEL
 
int readenv(char **dosdir, char **tempdir, char *cfgfile, int cfgfilemaxlen);
 
#endif