1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Talloc doc: talloc_set_log_stderr()

Documents this function.
This commit is contained in:
Pavel Březina 2012-04-16 14:49:03 +02:00 committed by Volker Lendecke
parent cf7f4612b5
commit f8b589b793

View File

@ -1814,6 +1814,13 @@ void talloc_set_abort_fn(void (*abort_fn)(const char *reason));
* @see talloc_set_abort_fn()
*/
void talloc_set_log_fn(void (*log_fn)(const char *message));
/**
* @brief Set stderr as the output for logs.
*
* @see talloc_set_log_fn()
* @see talloc_set_abort_fn()
*/
void talloc_set_log_stderr(void);
/* @} ******************************************************************/