wmbiff: fix `print_info` prototypes in test sources
commitdac41541c4397d7cdd94880824b6c37e7cd3c765
authorJeremy Sowden <jeremy@azazel.net>
Thu, 16 May 2024 11:46:06 +0000 (16 12:46 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 16 May 2024 20:16:46 +0000 (16 21:16 +0100)
treeffa16a22a65d2d15ade318f4281f1314f90d97b1
parentb8f6d586b5919157007b6fb8f31c093d90a645cf
wmbiff: fix `print_info` prototypes in test sources

They should match the real `print_info` in gnutls-common.c.

Make sure all stubbed functions are declared in headers and those headers
are included where the functions are definitions.

Reported-by: Eli Schwartz <eschwartz93@gmail.com>
Link: https://bugs.gentoo.org/864855
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
wmbiff/wmbiff/Makefile.am
wmbiff/wmbiff/test_tlscomm.c
wmbiff/wmbiff/test_wmbiff.c
wmbiff/wmbiff/tlsComm.c
wmbiff/wmbiff/wmbiff.c
wmbiff/wmbiff/wmbiff.h [new file with mode: 0644]