Subversion Repositories SvarDOS

Rev

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

Rev 219 Rev 221
Line 4... Line 4...
4
 */
4
 */
5
 
5
 
6
#ifndef pkginst_sentinel
6
#ifndef pkginst_sentinel
7
#define pkginst_sentinel
7
#define pkginst_sentinel
8
 
8
 
9
#include "pkgdb.h"
-
 
10
#include "loadconf.h" /* required for struct customdirs */
9
#include "loadconf.h" /* required for struct customdirs */
11
 
10
 
12
int is_package_installed(char *pkgname, char *dosdir, char *mapdrv);
11
int is_package_installed(char *pkgname, char *dosdir, char *mapdrv);
13
struct ziplist *pkginstall_preparepackage(struct pkgdb *pkgdb, char *pkgname, char *tempdir, char *localfile, int nosourceflag, char **repolist, FILE **zipfd, char *proxy, int proxyport, char *downloadingstring, char *dosdir, struct customdirs *dirlist, char *buffmem1k, char *mapdrv);
12
struct ziplist *pkginstall_preparepackage(struct pkgdb *pkgdb, char *pkgname, char *tempdir, char *localfile, int nosourceflag, char **repolist, FILE **zipfd, char *proxy, int proxyport, char *downloadingstring, char *dosdir, struct customdirs *dirlist, char *buffmem1k, char *mapdrv);
14
int pkginstall_installpackage(char *pkgname, char *dosdir, struct customdirs *dirlist, struct ziplist *ziplinkedlist, FILE *zipfd, char *mapdrv);
13
int pkginstall_installpackage(char *pkgname, char *dosdir, struct customdirs *dirlist, struct ziplist *ziplinkedlist, FILE *zipfd, char *mapdrv);