diff options
author | Günther Deschner <gd@samba.org> | 2011-04-13 23:03:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-14 00:47:57 +0200 |
commit | e7821116d12b94635e7a1709f60809264d397025 (patch) | |
tree | 0c9e4fb4908ba4db33aed457d61672364214fe0a /source3/include | |
parent | a21be2c3c8467211345e00e3a372196b472a6877 (diff) | |
download | samba-e7821116d12b94635e7a1709f60809264d397025.tar.gz samba-e7821116d12b94635e7a1709f60809264d397025.tar.bz2 samba-e7821116d12b94635e7a1709f60809264d397025.zip |
s3-includes: move struct pipe_open_rec to srvsvc rpc server.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index e3560a0524..d927b13a6a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -696,16 +696,6 @@ struct locking_data { */ }; -/* Used to store pipe open records for NetFileEnum() */ - -struct pipe_open_rec { - struct server_id pid; - uid_t uid; - int pnum; - fstring name; -}; - - #define NT_HASH_LEN 16 #define LM_HASH_LEN 16 |