Subversion Repositories SvarDOS

Rev

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

/*
 * 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