s3:libsmb: add cli_query_mxac()
[garming/samba-autobuild/.git] / source3 / lib / id_cache.h
index 208ce60e96b36c229db475105f415640235e7c99..e77486efdabed66b942975c02139b11ce1de711d 100644 (file)
@@ -29,4 +29,12 @@ 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);
+
+void id_cache_delete_message(struct messaging_context *msg_ctx,
+                            void *private_data,
+                            uint32_t msg_type,
+                            struct server_id server_id,
+                            DATA_BLOB* data);