diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-20 18:48:44 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-21 14:36:30 +0200 |
commit | 303f98af2fdb39ea1362197baf8fd7d98cea7475 (patch) | |
tree | 11a19f28c8ee2517fcc6d3c4d1bee57fd6a49558 /source3/include | |
parent | 346a8d1bdcb5e69f608e9e6859e36798f3d43abe (diff) | |
download | samba-303f98af2fdb39ea1362197baf8fd7d98cea7475.tar.gz samba-303f98af2fdb39ea1362197baf8fd7d98cea7475.tar.xz samba-303f98af2fdb39ea1362197baf8fd7d98cea7475.zip |
Remove now unused cli_get_pipe_name
(This used to be commit ed4a447103cd9ada59222d79f5784818fe033209)
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 aab9b253d88..720ba3f91fc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7910,7 +7910,6 @@ bool prs_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx); /* The following definitions come from rpc_parse/parse_rpc.c */ -const char *cli_get_pipe_name(int pipe_idx); const char *cli_get_pipe_name_from_iface(TALLOC_CTX *mem_ctx, struct cli_state *cli, const struct ndr_syntax_id *interface); |