commit | e317e37406f8597d42c1e37ab7fcc4f7f901b342 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Mon Dec 27 03:36:37 2004 +0000 |
committer | rsc <devnull@localhost> | Mon Dec 27 03:36:37 2004 +0000 |
tree | 4d83ff77916956bbb5c777ee3845266a509689d4 | |
parent | 10b45557661879b4caa1da8553f250ce7717a385 [diff] |
add chansetname prototype
diff --git a/include/thread.h b/include/thread.h index c8f0034..e1ec96c 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -94,6 +94,7 @@ 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