From fb2ba98963beea249474f5d6d7345cf9b4b7f570 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 15 Mar 2010 11:15:45 +0000 Subject: Finished the bulk of changes to use estream in most places instead of stdio. --- common/logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/logging.h') diff --git a/common/logging.h b/common/logging.h index f089cf0b5..2c29a0b1b 100644 --- a/common/logging.h +++ b/common/logging.h @@ -75,6 +75,7 @@ void log_error( const char *fmt, ... ) JNLIB_GCC_A_PRINTF(1,2); void log_info( const char *fmt, ... ) JNLIB_GCC_A_PRINTF(1,2); void log_debug( const char *fmt, ... ) JNLIB_GCC_A_PRINTF(1,2); void log_printf( const char *fmt, ... ) JNLIB_GCC_A_PRINTF(1,2); +void log_flush (void); /* Print a hexdump of BUFFER. With TEXT passes as NULL print just the raw dump, with TEXT being an empty string, print a trailing -- cgit v1.2.3