From f67b3cf5da761f4676c0e543b7e7ca8320c6b07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 12 Oct 2015 10:19:53 +0000 Subject: [PATCH] Add missing prototype for t_compare_ssz() --- include/cryb/test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cryb/test.h b/include/cryb/test.h index 799a66d..b784014 100644 --- a/include/cryb/test.h +++ b/include/cryb/test.h @@ -92,6 +92,7 @@ t_compare_num(ul, unsigned long); t_compare_num(ill, long long); t_compare_num(ull, unsigned long long); t_compare_num(sz, size_t); +t_compare_num(ssz, ssize_t); t_compare_num(i8, int8_t); t_compare_num(u8, uint8_t); t_compare_num(x8, uint8_t);