summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index dd61931bcd..b639611394 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -160,6 +160,7 @@ bool tagcache_modify_numeric_entry(struct tagcache_search *tcs,
160struct tagcache_stat* tagcache_get_stat(void); 160struct tagcache_stat* tagcache_get_stat(void);
161int tagcache_get_commit_step(void); 161int tagcache_get_commit_step(void);
162bool tagcache_prepare_shutdown(void); 162bool tagcache_prepare_shutdown(void);
163void tagcache_shutdown(void);
163 164
164#ifdef HAVE_TC_RAMCACHE 165#ifdef HAVE_TC_RAMCACHE
165bool tagcache_is_ramcache(void); 166bool tagcache_is_ramcache(void);