summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.h
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-12 05:45:21 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-12 05:45:21 +0100
commitdfb1f1e23730c1d4e8aa5c041ed758063c81c692 (patch)
treeb56ef8e6e60cf353f487fed505e7f6e4cb83e95e /lib/libalpm/handle.h
parent9803ec306691a51db820a7f14fc240eae4c910e8 (diff)
downloadpacman-dfb1f1e23730c1d4e8aa5c041ed758063c81c692.tar.gz
pacman-dfb1f1e23730c1d4e8aa5c041ed758063c81c692.tar.xz
* Updated the README file
* Removed the handle->needles param. It's not needed not that alpm_list_t is public
Diffstat (limited to 'lib/libalpm/handle.h')
-rw-r--r--lib/libalpm/handle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h
index 0b0ddd0c..997c276f 100644
--- a/lib/libalpm/handle.h
+++ b/lib/libalpm/handle.h
@@ -62,7 +62,6 @@ typedef struct _pmhandle_t {
char *xfercommand; /* External download command */
unsigned short nopassiveftp; /* Don't use PASV ftp connections */
unsigned short chomp; /* I Love Candy! */
- alpm_list_t *needles; /* needles for searching */ /* TODO why is this here? */
unsigned short use_color; /* enable colorful output */
} pmhandle_t;