summaryrefslogtreecommitdiff
path: root/libcli/smb/tstream_smbXcli_np.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-11-29 12:24:50 +0100
committerStefan Metzmacher <metze@samba.org>2014-01-07 08:37:42 +0100
commit0059929601781363929124bd94bfb5358112750c (patch)
treee487c6ba318dcf8a24fc743d1be609519aa01abd /libcli/smb/tstream_smbXcli_np.h
parent8ec416384880e9d28009eb61b1ff83fecbcf8fbc (diff)
downloadsamba-0059929601781363929124bd94bfb5358112750c.tar.gz
libcli/smb: s/tstream_cli_np/tstream_smbXcli_np
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libcli/smb/tstream_smbXcli_np.h')
-rw-r--r--libcli/smb/tstream_smbXcli_np.h41
1 files changed, 21 insertions, 20 deletions
diff --git a/libcli/smb/tstream_smbXcli_np.h b/libcli/smb/tstream_smbXcli_np.h
index 86d64a72304..c4af5327173 100644
--- a/libcli/smb/tstream_smbXcli_np.h
+++ b/libcli/smb/tstream_smbXcli_np.h
@@ -27,25 +27,26 @@ struct smbXcli_conn;
struct smbXcli_session;
struct smbXcli_tcon;
-struct tevent_req *tstream_cli_np_open_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct smbXcli_conn *conn,
- struct smbXcli_session *session,
- struct smbXcli_tcon *tcon,
- uint16_t pid, unsigned int timeout,
- const char *npipe);
-NTSTATUS _tstream_cli_np_open_recv(struct tevent_req *req,
- TALLOC_CTX *mem_ctx,
- struct tstream_context **_stream,
- const char *location);
-#define tstream_cli_np_open_recv(req, mem_ctx, stream) \
- _tstream_cli_np_open_recv(req, mem_ctx, stream, __location__)
-
-bool tstream_is_cli_np(struct tstream_context *stream);
-
-NTSTATUS tstream_cli_np_use_trans(struct tstream_context *stream);
-
-unsigned int tstream_cli_np_set_timeout(struct tstream_context *stream,
- unsigned int timeout);
+struct tevent_req *tstream_smbXcli_np_open_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct smbXcli_conn *conn,
+ struct smbXcli_session *session,
+ struct smbXcli_tcon *tcon,
+ uint16_t pid,
+ unsigned int timeout,
+ const char *npipe);
+NTSTATUS _tstream_smbXcli_np_open_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ struct tstream_context **_stream,
+ const char *location);
+#define tstream_smbXcli_np_open_recv(req, mem_ctx, stream) \
+ _tstream_smbXcli_np_open_recv(req, mem_ctx, stream, __location__)
+
+bool tstream_is_smbXcli_np(struct tstream_context *stream);
+
+NTSTATUS tstream_smbXcli_np_use_trans(struct tstream_context *stream);
+
+unsigned int tstream_smbXcli_np_set_timeout(struct tstream_context *stream,
+ unsigned int timeout);
#endif /* _CLI_NP_TSTREAM_H_ */