From 439c7e0ca2ceb866cac4f0fbed65e157aa12482d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 12 Oct 2001 05:56:23 +0000 Subject: Some old stuff hanging around since the CIFS conference. Big cleanup of rpcclient code. Refactored cmd_* functions to move common mem_ctx and pipe opening stuff up one level. Moved rpcclient.h into rpcclient directory and out of includes/smb.h (This used to be commit a40facba9651f9fb1dcc9e143f92ca298a324312) --- source3/include/smb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index e0a1275c0c..a805407b9f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1563,7 +1563,6 @@ typedef struct { #include "ntdomain.h" #include "client.h" -#include "rpcclient.h" /* * Size of new password account encoding string. This is enough space to -- cgit