comparison toys/toylist.h @ 236:6b292ee780ab

Minor cleanup: move mke2fs options into mke2fs.c.
author Rob Landley <rob@landley.net>
date Sat, 19 Jan 2008 17:55:45 -0600
parents 163498bf547b
children
comparison
equal deleted inserted replaced
235:7cde22266e65 236:6b292ee780ab
8 struct df_data { 8 struct df_data {
9 struct arg_list *fstype; 9 struct arg_list *fstype;
10 10
11 long units; 11 long units;
12 }; 12 };
13
14 // Still to go: "E:jJ:L:m:O:"
15 #define MKE2FS_OPTSTRING "<1>2g:Fnqm#N#i#b#"
16 13
17 struct dmesg_data { 14 struct dmesg_data {
18 long level; 15 long level;
19 long size; 16 long size;
20 }; 17 };