Skip to content

Commit

Permalink
Make as_address_name() and as_address_short_name() public in Windows …
Browse files Browse the repository at this point in the history
…by adding AS_EXTERN prefix.
  • Loading branch information
BrianNichols committed Mar 22, 2024
1 parent 87ead47 commit bf7a2b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/include/aerospike/as_address.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2008-2018 Aerospike, Inc.
* Copyright 2008-2024 Aerospike, Inc.
*
* Portions may be licensed to Aerospike, Inc. under one or more contributor
* license agreements.
Expand Down Expand Up @@ -45,7 +45,7 @@ extern "C" {
* IPv6: [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:<port>
* ~~~~~~~~~~
*/
void
AS_EXTERN void
as_address_name(struct sockaddr* addr, char* name, socklen_t size);

/**
Expand All @@ -58,7 +58,7 @@ as_address_name(struct sockaddr* addr, char* name, socklen_t size);
* IPv6: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
* ~~~~~~~~~~
*/
void
AS_EXTERN void
as_address_short_name(struct sockaddr* addr, char* name, socklen_t size);

/**
Expand Down

0 comments on commit bf7a2b2

Please sign in to comment.