diff options
author | Günther Deschner <gd@samba.org> | 2011-05-03 16:16:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-03 21:03:47 +0200 |
commit | a3609457912123037ca9fc51349d89d7921bc4e7 (patch) | |
tree | acea393e93be81e9502c7b16c6e1ac19b8bbe17e /source3/include | |
parent | 4fa2bac6e7ebe11447b535d9c8ec4348a2bbd39e (diff) | |
download | samba-a3609457912123037ca9fc51349d89d7921bc4e7.tar.gz samba-a3609457912123037ca9fc51349d89d7921bc4e7.tar.bz2 samba-a3609457912123037ca9fc51349d89d7921bc4e7.zip |
s3-includes: remove ipv6 related prototype which is already defined in ../lib/util/util_net.h.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 7ebb81e6df..503299842b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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 |