From 2ce1105900fcbb1fa2ad176dae74e5f5290af4a4 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 16 Mar 2005 20:59:14 +0000 Subject: - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3) - renamed ALPM_VERSION to PM_VERSION --- lib/libalpm/alpm.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') 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(); -- cgit v1.2.3