diff options
Diffstat (limited to 'src/include/tls_errors.h')
-rw-r--r-- | src/include/tls_errors.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/tls_errors.h b/src/include/tls_errors.h index a61e8fd..31f105c 100644 --- a/src/include/tls_errors.h +++ b/src/include/tls_errors.h @@ -3,10 +3,10 @@ #include "stralloc.h" -extern void temp_tlscon(); -extern void temp_tlspeercert(); -extern void temp_tlspeervalid(); -extern void temp_tlspeerverify(); +extern void temp_tlscon(void); +extern void temp_tlspeercert(void); +extern void temp_tlspeervalid(void); +extern void temp_tlspeerverify(void); extern stralloc host; extern stralloc remotehost; |