mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
add chansetname prototype
This commit is contained in:
parent
10b4555766
commit
e317e37406
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue