diff options
Diffstat (limited to 'lib/support/print_fs_flags.h')
-rw-r--r-- | lib/support/print_fs_flags.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/support/print_fs_flags.h b/lib/support/print_fs_flags.h new file mode 100644 index 0000000..bdd58a0 --- /dev/null +++ b/lib/support/print_fs_flags.h @@ -0,0 +1,5 @@ +/* + * print_flags.h -- header file for printing the fs flags + */ + +void print_fs_flags(FILE * f, unsigned long flags); |