diff options
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index a2337576..8eb1ece0 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -25,6 +25,9 @@ * Arch Linux Package Management library */ +#define PM_EXT_PKG ".pkg.tar.gz" +#define PM_EXT_DB ".db.tar.gz" + /* * Structures (opaque) */ @@ -44,7 +47,7 @@ typedef struct __pmdepmissing_t PM_DEPMISS; */ */ /* Version */ -#define ALPM_VERSION "0.1.0" +#define PM_VERSION "0.1.0" int alpm_initialize(char *root); int alpm_release(); |