return werr;
}
+/**
+ * set a configuration parameter to the value provided.
+ */
WERROR libnet_smbconf_setparm(const char *service,
const char *param,
const char *valstr)
return werr;
}
+/**
+ * get the value of a configuration parameter as a string
+ */
WERROR libnet_smbconf_getparm(TALLOC_CTX *mem_ctx,
const char *service,
const char *param,
return werr;
}
+/**
+ * delete a parameter from configuration
+ */
WERROR libnet_smbconf_delparm(const char *service,
const char *param)
{