diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-10-17 02:28:23 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-10-18 02:59:23 +0200 |
commit | c261210ccf0a7d08c7b3f24aee40b7c8d900e6ac (patch) | |
tree | d9b2ac4e97450e5c36fef318e02c6eb170fec3f1 /lib/libalpm/handle.h | |
parent | 46a1ac642907039a64f2ec93d352508b2ba3ba79 (diff) | |
download | pacman-c261210ccf0a7d08c7b3f24aee40b7c8d900e6ac.tar.gz pacman-c261210ccf0a7d08c7b3f24aee40b7c8d900e6ac.tar.xz |
handle: add hookdirs option
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/handle.h')
-rw-r--r-- | lib/libalpm/handle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 315d9878..e252fbf6 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -82,6 +82,7 @@ struct __alpm_handle_t { char *lockfile; /* Name of the lock file */ char *gpgdir; /* Directory where GnuPG files are stored */ alpm_list_t *cachedirs; /* Paths to pacman cache directories */ + alpm_list_t *hookdirs; /* Paths to hook directories */ /* package lists */ alpm_list_t *noupgrade; /* List of packages NOT to be upgraded */ |