aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/thread.h1
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