summaryrefslogtreecommitdiff
path: root/source3/lib/id_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/id_cache.h')
-rw-r--r--source3/lib/id_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/id_cache.h b/source3/lib/id_cache.h
index 208ce60e96..00fd2853c9 100644
--- a/source3/lib/id_cache.h
+++ b/source3/lib/id_cache.h
@@ -29,4 +29,6 @@ struct id_cache_ref {
bool id_cache_ref_parse(const char* str, struct id_cache_ref* id);
+void id_cache_delete_from_cache(const struct id_cache_ref* id);
+
void id_cache_register_msgs(struct messaging_context *ctx);