summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-02-03 20:59:54 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-02-03 21:03:11 +0100
commit83bb07027db631b880acaf2240cc2cb2b73cf1bc (patch)
tree89ddbf9a4de9db13254723e9bcddadbf32bc910d /tests/libtest/test.h
parent6b68aa989c9d5f6c031e992f44e5ad792ab48994 (diff)
downloadgnurl-83bb07027db631b880acaf2240cc2cb2b73cf1bc.tar.gz
gnurl-83bb07027db631b880acaf2240cc2cb2b73cf1bc.tar.bz2
gnurl-83bb07027db631b880acaf2240cc2cb2b73cf1bc.zip
unit1600: unit test for Curl_ntlm_core_mk_nt_hash
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 4186c4f26..fb95996aa 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -63,6 +63,8 @@ extern void wait_ms(int ms); /* wait this many milliseconds */
extern int test(char *URL); /* the actual test function provided by each
individual libXXX.c file */
+extern char *hexdump(unsigned char *buffer, size_t len);
+
#ifdef UNITTESTS
extern int unitfail;
#endif