Subversion Repositories SvarDOS

Rev

Rev 1964 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 1980
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
#define PKGINST_UPDATE    2
11
#define PKGINST_UPDATE    2
-
 
12
#define PKGINST_HIDEWARN  4
12
 
13
 
13
int is_package_installed(const char *pkgname, const char *dosdir);
14
int is_package_installed(const char *pkgname, const char *dosdir);
14
struct ziplist *pkginstall_preparepackage(char *pkgname, const char *localfile, int flags, FILE **zipfd, const char *dosdir, const struct customdirs *dirlist, char bootdrive);
15
struct ziplist *pkginstall_preparepackage(char *pkgname, const char *localfile, unsigned char flags, FILE **zipfd, const char *dosdir, const struct customdirs *dirlist, char bootdrive);
15
int pkginstall_installpackage(const char *pkgname, const char *dosdir, const struct customdirs *dirlist, struct ziplist *ziplinkedlist, FILE *zipfd, char bootdrive, unsigned char *buff15k);
16
int pkginstall_installpackage(const char *pkgname, const char *dosdir, const struct customdirs *dirlist, struct ziplist *ziplinkedlist, FILE *zipfd, char bootdrive, unsigned char *buff15k, unsigned char flags);
16
 
17
 
17
#endif
18
#endif