summaryrefslogtreecommitdiffstats
path: root/src/dict/dict-init-cache.h
blob: 1342ca32e0153d40a5db30d16006b2e8054cc507 (plain)
1
2
3
4
5
6
7
8
9
10
11
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