mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Revert "Network and IPv{4,6} related changes"
This commit is contained in:
parent
2d69deb0a3
commit
f5f3d7cc98
19 changed files with 241 additions and 88 deletions
|
|
@ -4,12 +4,12 @@
|
|||
#include "network.h"
|
||||
|
||||
typedef struct {
|
||||
IPADDR ip; /* resolved ip address */
|
||||
IPADDR ip4, ip6; /* resolved ip addresses */
|
||||
int error; /* error, 0 = no error, -1 = error: */
|
||||
int errlen; /* error text length */
|
||||
char *errorstr; /* error string - dynamically allocated, you'll
|
||||
need to free() it yourself unless it's NULL */
|
||||
char *host; /* dito */
|
||||
char *host4, *host6; /* dito */
|
||||
} RESOLVED_IP_REC;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue