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