File: repo_apk.h

package info (click to toggle)
libsolv 0.7.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,804 kB
  • sloc: ansic: 73,004; python: 871; perl: 742; tcl: 730; ruby: 705; sh: 263; cpp: 204; makefile: 41
file content (14 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2024, SUSE LLC
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

#define APK_ADD_INSTALLED_DB		(1 << 8)
#define APK_ADD_WITH_PKGID		(1 << 9)
#define APK_ADD_WITH_HDRID		(1 << 10)

extern Id repo_add_apk_pkg(Repo *repo, const char *fn, int flags);
extern int repo_add_apk_repo(Repo *repo, FILE *fp, int flags);