1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

libsmbconf: reformaat - fix some whispacing/tabs

Michael
(This used to be commit 1a5e5bf38f409b10c8b1da6227722c7d3976b175)
This commit is contained in:
Michael Adam 2008-03-21 02:29:09 +01:00
parent fececde181
commit 8ae2afa3c8

View File

@ -41,14 +41,14 @@ struct smbconf_ops {
WERROR (*delete_share)(struct smbconf_ctx *ctx,
const char *servicename);
WERROR (*set_parameter)(struct smbconf_ctx *ctx,
const char *service,
const char *param,
const char *valstr);
const char *service,
const char *param,
const char *valstr);
WERROR (*get_parameter)(struct smbconf_ctx *ctx,
TALLOC_CTX *mem_ctx,
const char *service,
const char *param,
char **valstr);
TALLOC_CTX *mem_ctx,
const char *service,
const char *param,
char **valstr);
WERROR (*delete_parameter)(struct smbconf_ctx *ctx,
const char *service, const char *param);
};