summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-09-05 14:45:29 +0200
committerMichael Adam <obnox@samba.org>2013-10-02 00:06:26 +0200
commit4c937f2dd2bf3d6fa695f07efbeb7c80b257fd10 (patch)
tree0d329085a86c627872002baf9b721dcc36c7723c /source3/include
parent7cde714cfd4c526c35ada2597c58e5e7fc02e327 (diff)
downloadsamba-4c937f2dd2bf3d6fa695f07efbeb7c80b257fd10.tar.gz
samba-4c937f2dd2bf3d6fa695f07efbeb7c80b257fd10.tar.bz2
samba-4c937f2dd2bf3d6fa695f07efbeb7c80b257fd10.zip
idmap_autorid: add a comment explaining idmap_autorid_init_hwm()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/idmap_autorid_tdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/idmap_autorid_tdb.h b/source3/include/idmap_autorid_tdb.h
index 5bcb517164..bf96d765d1 100644
--- a/source3/include/idmap_autorid_tdb.h
+++ b/source3/include/idmap_autorid_tdb.h
@@ -81,6 +81,10 @@ NTSTATUS idmap_autorid_setrange(struct db_context *db,
uint32_t domain_range_index,
uint32_t rangenum);
+/**
+ * Initialize a specified HWM value to 0 if it is not
+ * yet present in the database.
+ */
NTSTATUS idmap_autorid_init_hwm(struct db_context *db, const char *hwm);
NTSTATUS idmap_autorid_db_init(const char *path,