Skip to content

Commit 76f0222

Browse files
committed
Make dill_happyeyeballs_connect() public.
1 parent de7a917 commit 76f0222

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libdill.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,10 @@ DILL_EXPORT int dill_term_detach(
10901090
/* Implements concurrent TCP connecting to the remote endpoint. */
10911091
/******************************************************************************/
10921092

1093-
int dill_happyeyeballs_connect(const char *name, int port, int64_t deadline);
1093+
DILL_EXPORT int dill_happyeyeballs_connect(
1094+
const char *name,
1095+
int port,
1096+
int64_t deadline);
10941097

10951098
#if !defined DILL_DISABLE_RAW_NAMES
10961099
#define happyeyeballs_connect dill_happyeyeballs_connect

0 commit comments

Comments
 (0)