From 64c1cf792184661a1d3dd73329f129172e688f17 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 28 Jun 2011 14:04:00 +1000 Subject: Rename pmhandle_t to alpm_handle_t Signed-off-by: Allan McRae --- src/pacman/conf.c | 2 +- src/pacman/conf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pacman') diff --git a/src/pacman/conf.c b/src/pacman/conf.c index 076e854d..0e7429eb 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -421,7 +421,7 @@ static int setup_libalpm(void) { int ret = 0; enum _pmerrno_t err; - pmhandle_t *handle; + alpm_handle_t *handle; pm_printf(PM_LOG_DEBUG, "setup_libalpm called\n"); diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 4c44bfdd..c0f35493 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -92,7 +92,7 @@ typedef struct __config_t { char *xfercommand; /* our connection to libalpm */ - pmhandle_t *handle; + alpm_handle_t *handle; } config_t; /* Operations */ -- cgit v1.2.3-70-g09d2