handle missing return values

This commit is contained in:
Patrick Georgi
2025-12-18 22:58:26 +01:00
parent 1b852f19a5
commit 7ab683d29a
22 changed files with 48 additions and 41 deletions
+1 -1
View File
@@ -848,7 +848,7 @@ extern int source(
/******************************* socket.c **************************/
extern int AnyWellKnownSockets( void ) ;
extern int CreateWellKnownSockets( void ) ;
extern void CreateWellKnownSockets( void ) ;
extern void DestroyWellKnownSockets( void ) ;
extern char * NetworkAddressToHostname(
#if NeedWidePrototypes