aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/misc.h')
-rw-r--r--dirmngr/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/misc.h b/dirmngr/misc.h
index d8c53d30a..be4049e88 100644
--- a/dirmngr/misc.h
+++ b/dirmngr/misc.h
@@ -28,7 +28,7 @@ size_t unhexify (unsigned char *result, const char *string);
char* hashify_data( const char* data, size_t len );
/* Returns data as a hex string. */
-char* hexify_data( const unsigned char* data, size_t len );
+char* hexify_data (const unsigned char* data, size_t len, int with_prefix);
/* Returns the serial number as a hex string. */
char* serial_hex ( ksba_sexp_t serial );