diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 04:45:21 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-12 04:45:21 +0000 |
commit | dfb1f1e23730c1d4e8aa5c041ed758063c81c692 (patch) | |
tree | b56ef8e6e60cf353f487fed505e7f6e4cb83e95e /lib/libalpm/handle.h | |
parent | 9803ec306691a51db820a7f14fc240eae4c910e8 (diff) | |
download | 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.h | 1 |
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; |