]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libbio/bfildes.c
authsrv: get rid of needreply parameter by changing vnc protocol handler
[plan9front.git] / sys / src / libbio / bfildes.c
1 #include        <u.h>
2 #include        <libc.h>
3 #include        <bio.h>
4
5 int
6 Bfildes(Biobufhdr *bp)
7 {
8
9         return bp->fid;
10 }