diff options
author | rsc <devnull@localhost> | 2004-12-27 03:36:37 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-12-27 03:36:37 +0000 |
commit | e317e37406f8597d42c1e37ab7fcc4f7f901b342 (patch) | |
tree | 4d83ff77916956bbb5c777ee3845266a509689d4 /include | |
parent | 10b45557661879b4caa1da8553f250ce7717a385 (diff) | |
download | plan9port-e317e37406f8597d42c1e37ab7fcc4f7f901b342.tar.gz plan9port-e317e37406f8597d42c1e37ab7fcc4f7f901b342.tar.bz2 plan9port-e317e37406f8597d42c1e37ab7fcc4f7f901b342.zip |
add chansetname prototype
Diffstat (limited to 'include')
-rw-r--r-- | include/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index c8f00340..e1ec96c4 100644 --- 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 |