From 3bb469d558b5ad778f87a1427a45ec4190ba4155 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 28 Jun 2011 15:31:21 +1000 Subject: Update README with changes to struct names Signed-off-by: Allan McRae --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') 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: /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: -- cgit v1.2.3