From 234b8c602209d966c5b82148b521d9711e08c4b3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Jul 1996 14:32:38 +0000 Subject: removed the remote interfaces stuff. (This used to be commit 51e5a1a546adf6ba36c7e4c3298c651cff7e15b9) --- source3/include/nameserv.h | 2 -- source3/include/proto.h | 1 - 2 files changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h index b634250c81..7a97097e78 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -251,8 +251,6 @@ struct subnet_record struct in_addr bcast_ip; struct in_addr mask_ip; struct in_addr myip; - - BOOL my_interface; }; /* a resource record */ diff --git a/source3/include/proto.h b/source3/include/proto.h index 66c21ebfaf..1f3a251fec 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -142,7 +142,6 @@ char *lp_character_set(void); char *lp_logon_script(void); char *lp_wins_server(void); char *lp_interfaces(void); -char *lp_remote_interfaces(void); BOOL lp_wins_support(void); BOOL lp_wins_proxy(void); BOOL lp_domain_master(void); -- cgit