We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7a917 commit 76f0222Copy full SHA for 76f0222
libdill.h
@@ -1090,7 +1090,10 @@ DILL_EXPORT int dill_term_detach(
1090
/* Implements concurrent TCP connecting to the remote endpoint. */
1091
/******************************************************************************/
1092
1093
-int dill_happyeyeballs_connect(const char *name, int port, int64_t deadline);
+DILL_EXPORT int dill_happyeyeballs_connect(
1094
+ const char *name,
1095
+ int port,
1096
+ int64_t deadline);
1097
1098
#if !defined DILL_DISABLE_RAW_NAMES
1099
#define happyeyeballs_connect dill_happyeyeballs_connect
0 commit comments