summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/sync.h')
-rw-r--r--src/pacman/sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.h b/src/pacman/sync.h
index 0452f1c2..e61668e4 100644
--- a/src/pacman/sync.h
+++ b/src/pacman/sync.h
@@ -24,7 +24,7 @@
/* Repositories */
typedef struct __sync_t {
char *treename;
- PM_DB *db;
+ pmdb_t *db;
} sync_t;
int pacman_sync(list_t *targets);