diff options
Diffstat (limited to 'sockutils.h')
-rw-r--r-- | sockutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sockutils.h b/sockutils.h index 95dfb461..642ec43b 100644 --- a/sockutils.h +++ b/sockutils.h @@ -196,7 +196,7 @@ extern "C" { int sock_init(char *errbuf, int errbuflen); void sock_cleanup(void); -/* It is 'public' because there are calls (like accept() ) which are not managed from inside the sockutils files */ +void sock_fmterror(const char *caller, int errcode, char *errbuf, int errbuflen); void sock_geterror(const char *caller, char *errbuf, int errbufsize); int sock_initaddress(const char *address, const char *port, struct addrinfo *hints, struct addrinfo **addrinfo, |