mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
libsmbconf: Document smbconf_transaction_cancel().
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
9bbf4bd0f3
commit
60109a0e6d
@ -461,6 +461,16 @@ sbcErr smbconf_transaction_start(struct smbconf_ctx *ctx);
|
||||
*/
|
||||
sbcErr smbconf_transaction_commit(struct smbconf_ctx *ctx);
|
||||
|
||||
/**
|
||||
* @brief Cancel a transaction on the configuration backend.
|
||||
*
|
||||
* @param[in] ctx The smbconf context to cancel the transaction.
|
||||
*
|
||||
* @return SBC_ERR_OK on success, a corresponding sbcErr if an
|
||||
* error occured.
|
||||
*
|
||||
* @see smbconf_transaction_start()
|
||||
*/
|
||||
sbcErr smbconf_transaction_cancel(struct smbconf_ctx *ctx);
|
||||
|
||||
#endif /* _LIBSMBCONF_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user