summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-06-28 15:31:21 +1000
committerAllan McRae <allan@archlinux.org>2011-06-28 23:28:24 +1000
commit3bb469d558b5ad778f87a1427a45ec4190ba4155 (patch)
tree38b0063b10154013d8bc4b5a75c97f8eac873d5e /README
parent7633c14bd5d8461c28ab900d3ddbec5f649932ee (diff)
Update README with changes to struct names
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ddcacb28..632383a0 100644
--- a/README
+++ b/README
@@ -73,8 +73,8 @@ The following options are read-only, having ONLY alpm_option_get_* functions:
* lockfile: The file used for locking the database
(Default: <dbpath>/db.lck)
-* localdb: A pmdb_t structure for the local (installed) database
-* syncdbs: A list of pmdb_t structures to which pacman can sync from.
+* localdb: A alpm_db_t structure for the local (installed) database
+* syncdbs: A list of alpm_db_t structures to which pacman can sync from.
The following options are write-only, having ONLY alpm_option_set_* functions: