From e317e37406f8597d42c1e37ab7fcc4f7f901b342 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Dec 2004 03:36:37 +0000 Subject: add chansetname prototype --- include/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3