Follow our own style guide.
[AROS.git] / arch / all-mingw32 / bsdsocket / netdb_util.h
blobab94d24c549a42b76f56024eb706ff5f255267d0
1 char *CopyString(char *src, APTR pool);
2 struct protoent *CopyProtoEntry(struct PROTOENT *wsentry, APTR pool);
3 void FreeProtoEntry(struct protoent *entry, APTR pool);