diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-25 12:09:58 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-25 12:09:58 +0200 |
commit | ff211be69681c8dbbd7b6364fafb7aa6e8b5a1f5 (patch) | |
tree | 500da80f1cddc59cf58bc5be99035cffbea3fd7c /source3/include | |
parent | d6afe7c61a7ba36253321bbdac7b65fc925cacde (diff) | |
download | samba-ff211be69681c8dbbd7b6364fafb7aa6e8b5a1f5.tar.gz samba-ff211be69681c8dbbd7b6364fafb7aa6e8b5a1f5.tar.bz2 samba-ff211be69681c8dbbd7b6364fafb7aa6e8b5a1f5.zip |
Remove "pipe_handle_offset" -- pipes now use "struct files_struct"
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 83cd740a78..d04968ed8a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7110,7 +7110,6 @@ bool api_pipe_request(pipes_struct *p); pipes_struct *get_first_internal_pipe(void); pipes_struct *get_next_internal_pipe(pipes_struct *p); -void set_pipe_handle_offset(int max_open_files); void init_rpc_pipe_hnd(void); bool fsp_is_np(struct files_struct *fsp); |