index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-03 12:06:25 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-03 12:06:25 -0500 |
commit | c47d25d74be9ce1fbbfb8577687d9f37ba38d98b (patch) | |
tree | 6f09de2695287954f8f83a6dae22e00463f31e78 /lib/libalpm/alpm.h | |
parent | 2102d1a2eb6cb9db674fd76aa7aa3192befad733 (diff) |
-rw-r--r-- | lib/libalpm/alpm.h | 1 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 5af843c4..bc06cc09 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -74,6 +74,7 @@ typedef enum _pgp_verify_t { * Structures */ +typedef struct __pmhandle_t pmhandle_t; typedef struct __pmdb_t pmdb_t; typedef struct __pmpkg_t pmpkg_t; typedef struct __pmdelta_t pmdelta_t; |