From f7548d6d28c313cf80e6f3ef89aed16a19815df1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:24 +0200 Subject: Adding upstream version 1:2.3.19.1+dfsg1. Signed-off-by: Daniel Baumann --- src/dict/dict-init-cache.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/dict/dict-init-cache.h (limited to 'src/dict/dict-init-cache.h') diff --git a/src/dict/dict-init-cache.h b/src/dict/dict-init-cache.h new file mode 100644 index 0000000..1342ca3 --- /dev/null +++ b/src/dict/dict-init-cache.h @@ -0,0 +1,12 @@ +#ifndef DICT_INIT_CACHE_H +#define DICT_INIT_CACHE_H + +int dict_init_cache_get(const char *dict_name, const char *uri, + const struct dict_settings *set, + struct dict **dict_r, const char **error_r); +void dict_init_cache_unref(struct dict **dict); + +void dict_init_cache_wait_all(void); +void dict_init_cache_destroy_all(void); + +#endif -- cgit v1.2.3