#ifndef UDPFROMTO_H #define UDPFROMTO_H /* * Version: Id: udpfromto.h,v 1.1 2003/12/15 20:22:08 aland Exp * Imported from freeradius by mcr@xelerance.com, 2005-01-23. */ #include int udpfromto_init(int s); int recvfromto(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen, struct sockaddr *to, socklen_t *tolen); #endif