~kris/9p

9hist

ref: 723e986e12255a7ce91be3f3cb66b35ff97023ea 9hist/gnot/stream.h -rw-r--r-- 121 bytes
723e986e — David du Colombier Plan 9 from Bell Labs 1991-01-10 35 years ago
                                                                                
1
2
3
4
5
6
7
extern	Qinfo 	 urpinfo;
extern	Qinfo 	 asyncinfo;

void streaminit0(void){
	newqinfo(&urpinfo);
	newqinfo(&asyncinfo);
}