diff options
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 64338986b..36ce319c3 100644 --- a/include/util.h +++ b/include/util.h @@ -62,7 +62,7 @@ void log_set_name( const char *name ); const char *log_get_name(void); void log_set_pid( int pid ); int log_get_errorcount( int clear ); -void g10_log_hexdump( const char *text, char *buf, size_t len ); +void g10_log_hexdump( const char *text, const char *buf, size_t len ); void g10_log_mpidump( const char *text, MPI a ); #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ) |