summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h
index 3eae363f..51224524 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -35,6 +35,7 @@ typedef struct __colstr_t {
} colstr_t;
typedef struct __config_repo_t {
+ char *name;
alpm_list_t *servers;
alpm_db_usage_t usage;
alpm_siglevel_t siglevel;
@@ -125,6 +126,8 @@ typedef struct __config_t {
/* Color strings for output */
colstr_t colstr;
+
+ alpm_list_t *repos;
} config_t;
/* Operations */