Subversion Repositories SvarDOS

Rev

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

Rev 236 Rev 237
Line 8... Line 8...
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 *cfgfile, int cfgfilemaxlen);
13
int readenv(char **dosdir);
14
 
14
 
15
#endif
15
#endif