summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-05 01:12:07 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-05 01:12:07 +0000
commit1546ccfd24a712973c82fcd2064d3c48381f1360 (patch)
tree25c549315c80d7ef88cfe37a73375a0a3d351ab5 /source3/include/proto.h
parent83900f2b682c62f2b5620b29ecb710274990ac51 (diff)
downloadsamba-1546ccfd24a712973c82fcd2064d3c48381f1360.tar.gz
samba-1546ccfd24a712973c82fcd2064d3c48381f1360.tar.bz2
samba-1546ccfd24a712973c82fcd2064d3c48381f1360.zip
got rid of interpret_security(). Thanks to Jean-Francois for pointing
out it is no longer used (replaced by enumerated types in loadparm.c) (This used to be commit 88df8a8b25921389ee9d017b770bbae143cc51b8)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7313fef8f8..7ef9cbb677 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -315,7 +315,6 @@ BOOL ip_equal(struct in_addr ip1,struct in_addr ip2);
int open_socket_in(int type, int port, int dlevel,uint32 socket_addr);
int open_socket_out(int type, struct in_addr *addr, int port ,int timeout);
int interpret_protocol(char *str,int def);
-int interpret_security(char *str,int def);
uint32 interpret_addr(char *str);
struct in_addr *interpret_addr2(char *str);
BOOL zero_ip(struct in_addr ip);