diff options
Diffstat (limited to 'src/assuan.h')
-rw-r--r-- | src/assuan.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/assuan.h b/src/assuan.h index 9a72d5b..20de1b0 100644 --- a/src/assuan.h +++ b/src/assuan.h @@ -246,16 +246,6 @@ void assuan_set_io_monitor (assuan_context_t ctx, /* Configuration of the default log handler. */ -/* Set the stream to which assuan should log message not associated - with a context. By default, this is stderr. The default value - will be changed when the first log stream is associated with a - context. Note, that this function is not thread-safe and should - in general be used right at startup. */ -extern void assuan_set_assuan_log_stream (FILE *fp); - -/* Return the stream which is currently being using for global logging. */ -extern FILE *assuan_get_assuan_log_stream (void); - /* Set the prefix to be used at the start of a line emitted by assuan on the log stream. The default is the empty string. Note, that this function is not thread-safe and should in general be used |