1
0
Files
irix-657m-src/eoe/cmd/ns/tests/sub_hosts.h
2022-09-29 17:59:04 +03:00

12 lines
211 B
C

#pragma once
typedef struct _haddr {
void *addr;
int len;
int type;
} myHaddr_t ;
extern void sub_gethostbyname(const char *);
extern void sub_gethostent();
extern void sub_gethostbyaddr(myHaddr_t * );