From aeaf332d7d8a966c6274a0ee9de10dae785a0df4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 29 Aug 1995 21:55:21 +0000 Subject: (connq_interrupt, connq_interrupt_sock): Decls deleted. --- pflocal/connq.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pflocal') diff --git a/pflocal/connq.h b/pflocal/connq.h index b2ebc81a..8486eb17 100644 --- a/pflocal/connq.h +++ b/pflocal/connq.h @@ -55,12 +55,4 @@ error_t connq_set_length (struct connq *cq, int length); connections available. Neither SOCK nor CQ should be locked. */ error_t connq_connect (struct connq *cq, int noblock, struct sock *sock); -/* Interrupt any threads waiting on CQ, both listeners and connectors, and - make them return with EINTR. */ -void connq_interrupt (struct connq *cq); - -/* Interrupt any threads that are attempting to connect SOCK to CQ, and make - them return with EINTR. */ -void connq_interrupt_sock (struct connq *cq, struct sock *sock); - #endif /* __CONNQ_H__ */ -- cgit v1.2.3