Merge of master-melb:xfs-cmds:21990a by kenmcd.
*/
#include <xfs/libxfs.h>
-#include "agf.h"
#include "command.h"
#include "type.h"
#include "faddr.h"
#include "bit.h"
#include "output.h"
#include "init.h"
+#include "agf.h"
static int agf_f(int argc, char **argv);
static void agf_help(void);
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field agf_flds[];
extern const struct field agf_hfld[];
*/
#include <xfs/libxfs.h>
-#include "agfl.h"
#include "command.h"
#include "type.h"
#include "faddr.h"
#include "bit.h"
#include "output.h"
#include "init.h"
+#include "agfl.h"
static int agfl_bno_size(void *obj, int startoff);
static int agfl_f(int argc, char **argv);
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field agfl_flds[];
extern const struct field agfl_hfld[];
*/
#include <xfs/libxfs.h>
-#include "agi.h"
#include "command.h"
#include "type.h"
#include "faddr.h"
#include "bit.h"
#include "output.h"
#include "init.h"
+#include "agi.h"
static int agi_f(int argc, char **argv);
static void agi_help(void);
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field agi_flds[];
extern const struct field agi_hfld[];
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field bmapbta_flds[];
extern const struct field bmapbta_hfld[];
extern const struct field bmapbta_key_flds[];
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field bmroota_flds[];
extern const struct field bmroota_key_flds[];
extern const struct field bmrootd_flds[];
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field bnobt_flds[];
extern const struct field bnobt_hfld[];
extern const struct field bnobt_key_flds[];
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field cntbt_flds[];
extern const struct field cntbt_hfld[];
extern const struct field cntbt_key_flds[];
#include "bit.h"
#include "bmap.h"
#include "command.h"
-#include "dquot.h"
#include "type.h"
#include "faddr.h"
#include "fprint.h"
#include "io.h"
#include "init.h"
#include "output.h"
+#include "dquot.h"
static int dquot_f(int argc, char **argv);
static void dquot_help(void);
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field disk_dquot_flds[];
extern const struct field dqblk_flds[];
extern const struct field dqblk_hfld[];
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field inobt_flds[];
extern const struct field inobt_hfld[];
extern const struct field inobt_key_flds[];
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
*/
-struct field;
-
extern const struct field sb_flds[];
extern const struct field sb_hfld[];