summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-07-14 13:45:59 +0200
committerAllan McRae <allan@archlinux.org>2015-07-15 02:57:29 +0200
commitf6c55b3c3f395839c0973c36b7a7e05984636a61 (patch)
tree16d85d4e4fca3bb8249a58f4b93f9088d6f5df55 /lib/libalpm/alpm.h
parent1ada16f0177f9bfcaed95cf3b71b7029290a5f1d (diff)
downloadpacman-f6c55b3c3f395839c0973c36b7a7e05984636a61.tar.gz
pacman-f6c55b3c3f395839c0973c36b7a7e05984636a61.tar.xz
Allow frontends to specify the sync database extension
This allows frontends to select between the .db and .files databases currently supplied by repo-add or any other compatible database. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 06e080be..594f0b6d 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -859,6 +859,9 @@ int alpm_option_set_deltaratio(alpm_handle_t *handle, double ratio);
int alpm_option_get_checkspace(alpm_handle_t *handle);
int alpm_option_set_checkspace(alpm_handle_t *handle, int checkspace);
+const char *alpm_option_get_dbext(alpm_handle_t *handle);
+int alpm_option_set_dbext(alpm_handle_t *handle, const char *dbext);
+
alpm_siglevel_t alpm_option_get_default_siglevel(alpm_handle_t *handle);
int alpm_option_set_default_siglevel(alpm_handle_t *handle, alpm_siglevel_t level);