mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
anetResolveIP() prototype added to anet.h.
This commit is contained in:
parent
39f9f449b0
commit
d4f296bc1d
@ -49,6 +49,7 @@ int anetUnixConnect(char *err, char *path);
|
||||
int anetUnixNonBlockConnect(char *err, char *path);
|
||||
int anetRead(int fd, char *buf, int count);
|
||||
int anetResolve(char *err, char *host, char *ipbuf, size_t ipbuf_len);
|
||||
int anetResolveIP(char *err, char *host, char *ipbuf, size_t ipbuf_len);
|
||||
int anetTcpServer(char *err, int port, char *bindaddr);
|
||||
int anetTcp6Server(char *err, int port, char *bindaddr);
|
||||
int anetUnixServer(char *err, char *path, mode_t perm);
|
||||
|
Loading…
Reference in New Issue
Block a user