summaryrefslogtreecommitdiff
path: root/src/stropts/struct_bandinfo.h
blob: 10abe0ddc8575ee76f3e0af4b51e463f6b13c75b (plain)
1
2
3
4
5
6
7
8
9
10
#include <stropts.h>

struct bandinfo {
	unsigned char bi_pri;
	int bi_flag;
};

/*
XOPEN(400)
*/