summaryrefslogtreecommitdiff
path: root/pflocal/connq.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-08-29 21:55:21 +0000
committerMiles Bader <miles@gnu.org>1995-08-29 21:55:21 +0000
commitaeaf332d7d8a966c6274a0ee9de10dae785a0df4 (patch)
tree01d3f769a6cabd51d3a830281393cbfef38b5265 /pflocal/connq.h
parent8af2d4cf58e91344fec47648ab62b1e83e48ab44 (diff)
(connq_interrupt, connq_interrupt_sock): Decls deleted.
Diffstat (limited to 'pflocal/connq.h')
-rw-r--r--pflocal/connq.h8
1 files changed, 0 insertions, 8 deletions
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__ */