From a3f1b5f150a5cfee74485382cbc5d9debcf342d1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Apr 2008 15:36:44 +0200 Subject: libsmbconf: don't mark the API as "subject to change" any longer. At least I hope it won't need many changes anymore... Michael (This used to be commit c4e1439eded7bb4df60b9d4b457e5b7898928c9e) --- source3/lib/smbconf/smbconf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h index ee7549ac74..c04be7f981 100644 --- a/source3/lib/smbconf/smbconf.h +++ b/source3/lib/smbconf/smbconf.h @@ -27,10 +27,6 @@ struct smbconf_csn { uint64_t csn; }; -/* - * WARNING: this api is still subject to change. - */ - /* * initialization functions for the available modules * (a dispatcher might be added in the future) -- cgit