index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2009-08-08 19:59:02 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-08-18 20:47:12 -0500 |
commit | 7dae79e7b95c517df136003728363dc9ad346a7e (patch) | |
tree | 18796043b6cdbfdf27a5ce801d7cdd8d76c798b3 /lib/libalpm/handle.h | |
parent | 7bb9c4098b29d7bcc82ff9e9a823d2adc44cc881 (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 1 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index c7c262cf..541eb23a 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -58,7 +58,6 @@ typedef struct _pmhandle_t { /* options */ unsigned short usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */ - unsigned short nopassiveftp; /* Don't use PASV ftp connections */ unsigned short usedelta; /* Download deltas if possible */ } pmhandle_t; |