mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
libsmbconf: reorder prototypes in smbconf_private.h
Michael
(This used to be commit 0e932a0981
)
This commit is contained in:
parent
77fce35417
commit
015e424bf1
@ -59,12 +59,12 @@ struct smbconf_ctx {
|
||||
void *data; /* private data for use in backends */
|
||||
};
|
||||
|
||||
WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
|
||||
const char *path, struct smbconf_ops *ops);
|
||||
|
||||
WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
|
||||
char ***array,
|
||||
uint32_t count,
|
||||
const char *string);
|
||||
|
||||
WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
|
||||
const char *path, struct smbconf_ops *ops);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user