From 45500d41766a7e8cc4c0846f6ce1faa9da4c8297 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Sun, 3 Jul 2005 14:47:19 +0000 Subject: r8096: Remove function that has became libnet_Lookup fuction. rafal (This used to be commit 9885749e36435b301c992e50d0a189860cfa4b5e) --- source4/libnet/libnet_rpc.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'source4/libnet/libnet_rpc.h') diff --git a/source4/libnet/libnet_rpc.h b/source4/libnet/libnet_rpc.h index 3a4e9459cc..19a9d3f227 100644 --- a/source4/libnet/libnet_rpc.h +++ b/source4/libnet/libnet_rpc.h @@ -42,26 +42,3 @@ struct libnet_RpcConnect { const char *error_string; } out; }; - - - - -/* struct and enum for finding a domain controller */ -enum libnet_find_pdc_level { - LIBNET_FIND_PDC_GENERIC -}; - -union libnet_find_pdc { - /* find to a domains PDC */ - struct { - enum libnet_find_pdc_level level; - - struct { - const char *domain_name; - } in; - - struct { - const char *pdc_name; - } out; - } generic; -}; -- cgit