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