diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-06-01 10:09:54 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-06-01 16:00:33 +0200 |
commit | 181ae787f8a65beb6ba1fc29178acd18676772f1 (patch) | |
tree | 34791f6d132356b0331c32a0981030bb0d56877e /tests/utils.h | |
parent | 2ec2d70980a5a200c234a16d305cb4c34e5a09ea (diff) | |
download | gnutls-181ae787f8a65beb6ba1fc29178acd18676772f1.tar.gz |
tests: utils: added c_print()
Diffstat (limited to 'tests/utils.h')
-rw-r--r-- | tests/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.h b/tests/utils.h index dd576e4363..3978ee87f6 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -63,6 +63,7 @@ extern void fail_ignore(const char *format, ...) extern void success(const char *format, ...) __attribute__ ((format(printf, 1, 2))); +extern void c_print(const unsigned char *str, size_t len); extern void escapeprint(const char *str, size_t len); extern void hexprint(const void *str, size_t len); extern void binprint(const void *str, size_t len); |