diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-12 11:44:09 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-12 11:45:33 +0200 |
commit | f25972832ec9d5a130da9dc060f4c3ed35bda7db (patch) | |
tree | c05d2fa7e6d80b928c89e3e2db47c4ee0b4680d6 /source3/include | |
parent | 6b98c1b1596504ae59b88f6e6da0c02fe30afa2d (diff) | |
download | samba-f25972832ec9d5a130da9dc060f4c3ed35bda7db.tar.gz samba-f25972832ec9d5a130da9dc060f4c3ed35bda7db.tar.bz2 samba-f25972832ec9d5a130da9dc060f4c3ed35bda7db.zip |
Make get_rpc_pipe() static
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 08c1e2c810..e4ea3d1968 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -8712,7 +8712,6 @@ bool set_rpc_pipe_hnd_state(smb_np_struct *p, uint16 device_state); bool close_rpc_pipe_hnd(smb_np_struct *p); void pipe_close_conn(connection_struct *conn); smb_np_struct *get_rpc_pipe_p(uint16 pnum); -smb_np_struct *get_rpc_pipe(int pnum); struct pipes_struct *make_internal_rpc_pipe_p(const char *pipe_name, const char *client_address, struct auth_serversupplied_info *server_info, |