Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 236 → Rev 237

/pkginst/loadconf.h
13,9 → 13,9
struct customdirs *next;
};
 
/* Loads the list of custom directories from the config file specified in %FDNPKG%.
/* Loads the list of custom directories from the config file
* Returns 0 on success, or -1 on failure. */
int loadconf(char *cfgfile, struct customdirs **dirlist, int *flags);
int loadconf(const char *dosdir, struct customdirs **dirlist, int *flags);
 
/* Free the memory allocated at configuration load. */
void freeconf(struct customdirs **dirlist);