plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit e317e37406f8597d42c1e37ab7fcc4f7f901b342
parent 10b45557661879b4caa1da8553f250ce7717a385
Author: rsc <devnull@localhost>
Date:   Mon, 27 Dec 2004 03:36:37 +0000

add chansetname prototype

Diffstat:
Minclude/thread.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/thread.h b/include/thread.h @@ -94,6 +94,7 @@ ulong chanrecvul(Channel *c); int chansend(Channel *c, void *v); int chansendp(Channel *c, void *v); int chansendul(Channel *c, ulong v); +void chansetname(Channel *c, char *fmt, ...); #define alt chanalt #define nbrecv channbrecv