1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3-includes: remove ipv6 related prototype which is already defined in ../lib/util/util_net.h.

Guenther
This commit is contained in:
Günther Deschner 2011-05-03 16:16:50 +02:00
parent 4fa2bac6e7
commit a360945791

View File

@ -681,11 +681,6 @@ void exit_server(const char *const reason) _NORETURN_;
void exit_server_cleanly(const char *const reason) _NORETURN_;
void exit_server_fault(void) _NORETURN_;
#if defined(HAVE_IPV6)
void in6_addr_to_sockaddr_storage(struct sockaddr_storage *ss,
struct in6_addr ip);
#endif
/* samba3 doesn't use uwrap yet */
#define uwrap_enabled() 0