diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbconf/smbconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h index 207d5797bd..28be729224 100644 --- a/source3/lib/smbconf/smbconf.h +++ b/source3/lib/smbconf/smbconf.h @@ -28,9 +28,7 @@ struct smbconf_csn { }; /* - * WARNING: - * Of this API, at least the open function is still subject to change. - * (Backends and possibly remote support being added ...) + * WARNING: this api is still subject to change. */ WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx); |