summaryrefslogtreecommitdiff
path: root/src/stropts/struct_bandinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_bandinfo.h')
-rw-r--r--src/stropts/struct_bandinfo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stropts/struct_bandinfo.h b/src/stropts/struct_bandinfo.h
new file mode 100644
index 00000000..10abe0dd
--- /dev/null
+++ b/src/stropts/struct_bandinfo.h
@@ -0,0 +1,10 @@
+#include <stropts.h>
+
+struct bandinfo {
+ unsigned char bi_pri;
+ int bi_flag;
+};
+
+/*
+XOPEN(400)
+*/