summaryrefslogtreecommitdiff
path: root/ext/repo_deb.h
blob: 4d3e019484802cd3074ab95ada0834aff66ba621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2009, Novell Inc.
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

extern int repo_add_debpackages(Repo *repo, FILE *fp, int flags);
extern int repo_add_debdb(Repo *repo, const char *rootdir, int flags);
extern int repo_add_debs(Repo *repo, const char **debs, int ndebs, int flags);
extern Id repo_add_deb(Repo *repo, const char *deb, int flags);

#define DEBS_ADD_WITH_PKGID	(1 << 8)