summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-04-16 12:09:41 -0700
committerJeremy Allison <jra@samba.org>2013-06-11 10:50:41 -0700
commit534cf516ed17d90bbd851fd8e190811a055aa5f0 (patch)
tree2af489bbf6e38ea2a0a9e9322d87085c92dd0d2b /source3/include
parentc0cbf5936f0385ab93315cc366a0aa16c0ebd237 (diff)
downloadsamba-534cf516ed17d90bbd851fd8e190811a055aa5f0.tar.gz
samba-534cf516ed17d90bbd851fd8e190811a055aa5f0.tar.bz2
samba-534cf516ed17d90bbd851fd8e190811a055aa5f0.zip
Add the ability to parse out the port to SMBC_parse_path().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/libsmb_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h
index aba159ada2..bd9143892c 100644
--- a/source3/include/libsmb_internal.h
+++ b/source3/include/libsmb_internal.h
@@ -415,6 +415,7 @@ SMBC_parse_path(TALLOC_CTX *ctx,
const char *fname,
char **pp_workgroup,
char **pp_server,
+ uint16_t *p_port,
char **pp_share,
char **pp_path,
char **pp_user,