summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.h
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-10-15 21:34:52 +0200
committerAaron Griffin <aaron@archlinux.org>2006-10-15 21:34:52 +0200
commit3f27542156125118800235c5ac1bac125fd7752c (patch)
treee0ba3d5fd23be2c7ad5da14234622b032ab79191 /src/pacman/sync.h
parentd37ad048732fbcef38aec001993553896dbe4198 (diff)
downloadpacman-3f27542156125118800235c5ac1bac125fd7752c.tar.gz
pacman-3f27542156125118800235c5ac1bac125fd7752c.tar.xz
Merged frugalware changes. Added a few other minor things too, but there's alot
to list. The diff should show you 8)
Diffstat (limited to 'src/pacman/sync.h')
-rw-r--r--src/pacman/sync.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/sync.h b/src/pacman/sync.h
index aab56665..0452f1c2 100644
--- a/src/pacman/sync.h
+++ b/src/pacman/sync.h
@@ -25,7 +25,6 @@
typedef struct __sync_t {
char *treename;
PM_DB *db;
- list_t *servers; /* List of server_t */
} sync_t;
int pacman_sync(list_t *targets);