add chansetname prototype

This commit is contained in:
rsc 2004-12-27 03:36:37 +00:00
parent 10b4555766
commit e317e37406

View file

@ -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