diff options
author | Günther Deschner <gd@samba.org> | 2011-04-29 16:40:24 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 22:05:07 +0200 |
commit | bbacaec4e9365b128eb11467c95412de7473c1ec (patch) | |
tree | e46e17fd90b60ef6f54d45a43741e1cf065edb8c /source3/include | |
parent | bc781bf7d98baca57c8043bf7dc0a95f8ffd1345 (diff) | |
download | samba-bbacaec4e9365b128eb11467c95412de7473c1ec.tar.gz samba-bbacaec4e9365b128eb11467c95412de7473c1ec.tar.bz2 samba-bbacaec4e9365b128eb11467c95412de7473c1ec.zip |
s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Apr 29 22:05:07 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 948c24de42..170b9ad5e6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2651,11 +2651,6 @@ bool is_known_pipename(const char *cli_filename, struct ndr_syntax_id *syntax); /* The following definitions come from rpc_server/srv_pipe_hnd.c */ -struct pipes_struct *get_first_internal_pipe(void); -struct pipes_struct *get_next_internal_pipe(struct pipes_struct *p); -bool check_open_pipes(void); -int close_internal_rpc_pipe_hnd(struct pipes_struct *p); - bool fsp_is_np(struct files_struct *fsp); struct tsocket_address; NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name, |