Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

Commit

Permalink
add prototype for st_gethostbyname2_r
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Trizna committed Sep 26, 2015
1 parent 53b9512 commit cd44ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/st_dns.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
extern "C" {
#endif
extern int st_gethostbyname_r(const char *name, struct hostent **host);
extern int st_gethostbyname2_r(const char *name, int family, struct hostent **host);
#ifdef __cplusplus
}
#endif

0 comments on commit cd44ea6

Please sign in to comment.