From 7f397be7159a28d459d8f4ba6b934ab86458d633 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Aug 2018 16:51:41 +0200 Subject: Remove sendfd, recvfd, recvfrom_timestamped, and recv_timestamped for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'README') diff --git a/README b/README index 003313d..0f8d905 100644 --- a/README +++ b/README @@ -319,24 +319,6 @@ The following functions are defined (some as inline functions): libsimple.h defines `extern int libsimple_default_failure_exit`. - int libsimple_sendfd(int sock, int fd) - Send a file descriptor over a socket. - - int libsimple_recvfd(int sock) - Receive a file descriptor over a socket. - - ssize_t libsimple_recvfrom_timestamped(int, void *restrict, size_t, int, - struct sockaddr *restrict, socklen_t, struct timespec *restrict) - Like recvfrom except also returns the a SCM_TIMESTAMP or - SCM_TIMESTAMPNS timestamp, returns zero as the timestamp - if missing. - - ssize_t libsimple_recv_timestamped(int, void *restrict, size_t, int, - struct timespec *restrict) - Like recv except also returns the a SCM_TIMESTAMP or - SCM_TIMESTAMPNS timestamp, returns zero as the timestamp - if missing. - int libsimple_sumtimespec(struct timespec *, const struct timespec *, const struct timespec *) Returns the sum of two timestamps. -- cgit v1.2.3-70-g09d2