Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-03-20 14:17:34 +0000
committerAurelien Foret <aurelien@archlinux.org>2005-03-20 14:17:34 +0000
commit950839b557c3d65443010f26e42f328804b11ef4 (patch)
tree98124b23ea6e1abb66ee506d5c916337c1010147 /src/pacman/pacman.c
parent4744a2a764caec2d50405f58f025cb0e91a5d572 (diff)
- added pmo_chomp support (from pacman 2.9.3)
- fixed a typo with pmo_proxyport usage
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 0cdf2df1..51f1daeb 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -73,6 +73,7 @@ list_t *pmo_holdpkg = NULL;
char *pmo_proxyhost = NULL;
unsigned short pmo_proxyport = 0;
char *pmo_xfercommand = NULL;
+unsigned short pmo_chomp = 0;
unsigned short pmo_nopassiveftp = 0;
PM_DB *db_local;