Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 259 → Rev 260

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