diff options
author | Tim Potter <tpot@samba.org> | 2001-10-12 05:56:23 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-10-12 05:56:23 +0000 |
commit | 439c7e0ca2ceb866cac4f0fbed65e157aa12482d (patch) | |
tree | 485198a7c227c05736986cdcaf82e42ec016e296 /source3/include | |
parent | d726eb216ad431d2bbd4ee07f4098b72446cdca2 (diff) | |
download | samba-439c7e0ca2ceb866cac4f0fbed65e157aa12482d.tar.gz samba-439c7e0ca2ceb866cac4f0fbed65e157aa12482d.tar.bz2 samba-439c7e0ca2ceb866cac4f0fbed65e157aa12482d.zip |
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)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |