From 22927b0b9a75f2d8ccee0210645d690128b87e3e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 16 Jan 2019 08:58:04 -0600 Subject: Move xsendto() to lib/net.c. --- lib/lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lib.h') diff --git a/lib/lib.h b/lib/lib.h index 578a99c9..546b32b3 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -310,6 +310,7 @@ int xbind(struct addrinfo *ai); int xpoll(struct pollfd *fds, int nfds, int timeout); int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout); char *ntop(struct sockaddr *sa); +void xsendto(int sockfd, void *buf, size_t len, struct sockaddr *dest); // password.c int get_salt(char *salt, char * algo); -- cgit v1.2.3