Subversion Repositories SvarDOS

Rev

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

Rev 219 Rev 228
Line 1... Line 1...
1
/*
1
/*
2
 * This file is part of FDNPKG
2
 * This file is part of pkginst (SvarDOS)
3
 * Copyright (C) 2013-2017 Mateusz Viste
3
 * Copyright (C) 2013-2021 Mateusz Viste
4
 */
4
 */
5
 
5
 
6
#include "fdnpkg.h"
-
 
7
#include "pkgdb.h"
-
 
8
 
-
 
9
#ifndef showinst_h_sentinel
6
#ifndef showinst_h_sentinel
10
  #define showinst_h_sentinel
7
  #define showinst_h_sentinel
11
  void pkg_freeflist(struct flist_t *flist);
8
  void pkg_freeflist(struct flist_t *flist);
12
  struct flist_t *pkg_loadflist(char *pkgname, char *dosdir);
9
  struct flist_t *pkg_loadflist(char *pkgname, char *dosdir);
13
  void showinstalledpkgs(char *filterstr, char *dosdir);
10
  void showinstalledpkgs(char *filterstr, char *dosdir);
14
  int checkupdates(char *dosdir, struct pkgdb *pkgdb, char **repolist, char *pkg, char *tempdir, int flags, struct customdirs *dirlist, char *proxy, int proxyport, char *downloadingstring, char *mapdrv);
-
 
15
  void listfilesofpkg(char *pkgname, char *dosdir);
11
  void listfilesofpkg(char *pkgname, char *dosdir);
16
#endif
12
#endif