Subversion Repositories SvarDOS

Rev

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

Rev 230 Rev 233
Line 7... Line 7...
7
#define pkginst_sentinel
7
#define pkginst_sentinel
8
 
8
 
9
#include "loadconf.h" /* required for struct customdirs */
9
#include "loadconf.h" /* required for struct customdirs */
10
 
10
 
11
int is_package_installed(const char *pkgname, const char *dosdir);
11
int is_package_installed(const char *pkgname, const char *dosdir);
12
struct ziplist *pkginstall_preparepackage(char *pkgname, char *localfile, int nosourceflag, FILE **zipfd, char *dosdir, struct customdirs *dirlist, char *buffmem1k);
12
struct ziplist *pkginstall_preparepackage(const char *pkgname, const char *localfile, int flags, FILE **zipfd, const char *dosdir, const struct customdirs *dirlist, char *buffmem1k);
13
int pkginstall_installpackage(char *pkgname, char *dosdir, struct customdirs *dirlist, struct ziplist *ziplinkedlist, FILE *zipfd);
13
int pkginstall_installpackage(char *pkgname, char *dosdir, struct customdirs *dirlist, struct ziplist *ziplinkedlist, FILE *zipfd);
14
 
14
 
15
#endif
15
#endif