index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-12-07 13:12:33 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-23 03:16:29 -0500 |
commit | 4ae902ec5fb286a7826214f73f718a41cdf82ddb (patch) | |
tree | 93dde96133c67e8b849aef8999d798bf1295c5e1 /lib/libalpm/handle.h | |
parent | 39ce9b3afc6a544c2a5137bb58012d32723096e3 (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 1 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index de2dfa1a..cf192bce 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -58,6 +58,7 @@ typedef struct _pmhandle_t { char *dbpath; /* Base path to pacman's DBs */ char *logfile; /* Name of the log file */ char *lockfile; /* Name of the lock file */ + char *signaturedir; /* Directory where GnuPG files are stored */ alpm_list_t *cachedirs; /* Paths to pacman cache directories */ /* package lists */ |