mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/rubysocket.h (rsock_revlookup_flag): declared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e98ffd97c7
commit
c9e4e4400c
2 changed files with 6 additions and 0 deletions
|
@ -218,6 +218,8 @@ VALUE rsock_make_ipaddr(struct sockaddr *addr);
|
|||
VALUE rsock_ipaddr(struct sockaddr *sockaddr, int norevlookup);
|
||||
VALUE rsock_make_hostent(VALUE host, struct addrinfo *addr, VALUE (*ipaddr)(struct sockaddr *, size_t));
|
||||
|
||||
int rsock_revlookup_flag(VALUE revlookup, int *norevlookup);
|
||||
|
||||
#ifdef HAVE_SYS_UN_H
|
||||
const char* rsock_unixpath(struct sockaddr_un *sockaddr, socklen_t len);
|
||||
VALUE rsock_unixaddr(struct sockaddr_un *sockaddr, socklen_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue