diff options
author | Miles Bader <miles@gnu.org> | 1995-08-29 21:55:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-29 21:55:21 +0000 |
commit | aeaf332d7d8a966c6274a0ee9de10dae785a0df4 (patch) | |
tree | 01d3f769a6cabd51d3a830281393cbfef38b5265 | |
parent | 8af2d4cf58e91344fec47648ab62b1e83e48ab44 (diff) |
(connq_interrupt, connq_interrupt_sock): Decls deleted.
-rw-r--r-- | pflocal/connq.h | 8 |
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__ */ |