summaryrefslogtreecommitdiff
path: root/source3/lib/id_cache.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-08-19 18:10:29 +0200
committerSimo Sorce <idra@samba.org>2011-08-21 09:08:25 -0400
commit61ada700a6ad010846b132d866c66220e6379054 (patch)
treebdcf9da432dc302d5c276ae192fc50fe6332e23c /source3/lib/id_cache.h
parent177db0a8802842a0eb9801622bee9f4c1592ef88 (diff)
downloadsamba-61ada700a6ad010846b132d866c66220e6379054.tar.gz
samba-61ada700a6ad010846b132d866c66220e6379054.tar.bz2
samba-61ada700a6ad010846b132d866c66220e6379054.zip
s3-id_cache: Use better names for id cache management ops
The IDMAP term is normally associated with Winbind's idmap stuff. These functions deal with id caching not id mapping. Signed-off-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3/lib/id_cache.h')
-rw-r--r--source3/lib/id_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/id_cache.h b/source3/lib/id_cache.h
index fc78f75192..9aa0e03586 100644
--- a/source3/lib/id_cache.h
+++ b/source3/lib/id_cache.h
@@ -29,4 +29,4 @@ struct id_cache_ref {
bool id_cache_ref_parse(const char* str, struct id_cache_ref* id);
-void msg_idmap_register_msgs(struct messaging_context *ctx);
+void id_cache_register_msgs(struct messaging_context *ctx);