diff options
Diffstat (limited to 'otherlibs/unix/socketaddr.h')
-rw-r--r-- | otherlibs/unix/socketaddr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/unix/socketaddr.h b/otherlibs/unix/socketaddr.h index 65c1a4782..8b4486167 100644 --- a/otherlibs/unix/socketaddr.h +++ b/otherlibs/unix/socketaddr.h @@ -27,8 +27,8 @@ union sock_addr_union { extern union sock_addr_union sock_addr; extern int sock_addr_len; -void get_sockaddr P((value)); -value alloc_sockaddr P((void)); -value alloc_inet_addr P((unsigned int)); +void get_sockaddr (value); +value alloc_sockaddr (void); +value alloc_inet_addr (unsigned int); #define GET_INET_ADDR(v) (*((uint32 *) (v))) |