summaryrefslogtreecommitdiff
path: root/lib/extras/randomart.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extras/randomart.h')
-rw-r--r--lib/extras/randomart.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/extras/randomart.h b/lib/extras/randomart.h
index 07c44c121f..4c5769334b 100644
--- a/lib/extras/randomart.h
+++ b/lib/extras/randomart.h
@@ -1,4 +1,5 @@
-char *
-_gnutls_key_fingerprint_randomart (uint8_t * dgst_raw, u_int dgst_raw_len,
- const char *key_type, unsigned int key_size,
- const char* prefix);
+char *_gnutls_key_fingerprint_randomart(uint8_t * dgst_raw,
+ u_int dgst_raw_len,
+ const char *key_type,
+ unsigned int key_size,
+ const char *prefix);