diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f7fedc7e52..fc009145f0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3132,7 +3132,8 @@ NTSTATUS internal_resolve_name(const char *name, const char *resolve_order); bool resolve_name(const char *name, struct sockaddr_storage *return_ss, - int name_type); + int name_type, + bool prefer_ipv4); NTSTATUS resolve_name_list(TALLOC_CTX *ctx, const char *name, int name_type, |