mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Rename pmpkgfrom_t to alpm_pkgfrom_t
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ddad400900
commit
08fc1db24c
@ -34,11 +34,11 @@
|
||||
#include "db.h"
|
||||
#include "signing.h"
|
||||
|
||||
typedef enum _pmpkgfrom_t {
|
||||
typedef enum _alpm_pkgfrom_t {
|
||||
PKG_FROM_FILE = 1,
|
||||
PKG_FROM_LOCALDB,
|
||||
PKG_FROM_SYNCDB
|
||||
} pmpkgfrom_t;
|
||||
} alpm_pkgfrom_t;
|
||||
|
||||
/** Package operations struct. This struct contains function pointers to
|
||||
* all methods used to access data in a package to allow for things such
|
||||
@ -112,7 +112,7 @@ struct __alpm_pkg_t {
|
||||
|
||||
alpm_pkgreason_t reason;
|
||||
pmdbinfrq_t infolevel;
|
||||
pmpkgfrom_t origin;
|
||||
alpm_pkgfrom_t origin;
|
||||
/* origin == PKG_FROM_FILE, use pkg->origin_data.file
|
||||
* origin == PKG_FROM_*DB, use pkg->origin_data.db */
|
||||
union {
|
||||
|
Loading…
x
Reference in New Issue
Block a user