aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/sntp/libevent/test/tinytest.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/sntp/libevent/test/tinytest.h')
-rw-r--r--contrib/ntp/sntp/libevent/test/tinytest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ntp/sntp/libevent/test/tinytest.h b/contrib/ntp/sntp/libevent/test/tinytest.h
index dff440e3190e..ed07b26bc006 100644
--- a/contrib/ntp/sntp/libevent/test/tinytest.h
+++ b/contrib/ntp/sntp/libevent/test/tinytest.h
@@ -81,6 +81,8 @@ int tinytest_get_verbosity_(void);
/** Implementation: Set a flag on tests matching a name; returns number
* of tests that matched. */
int tinytest_set_flag_(struct testgroup_t *, const char *, int set, unsigned long);
+/** Implementation: Put a chunk of memory into hex. */
+char *tinytest_format_hex_(const void *, unsigned long);
/** Set all tests in 'groups' matching the name 'named' to be skipped. */
#define tinytest_skip(groups, named) \