Blame gfs2/edit/gfs2hex.h

Packit 6ef888
#ifndef __GFS2HEX_DOT_H__
Packit 6ef888
#define __GFS2HEX_DOT_H__
Packit 6ef888
Packit 6ef888
#include "hexedit.h"
Packit 6ef888
Packit 6ef888
extern int display_gfs2(struct gfs2_buffer_head *dbh);
Packit 6ef888
extern int edit_gfs2(void);
Packit 6ef888
extern void do_dinode_extended(struct gfs2_dinode *di,
Packit 6ef888
			       struct gfs2_buffer_head *lbh);
Packit 6ef888
extern void print_gfs2(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
Packit 6ef888
extern uint64_t do_leaf_extended(char *dlebuf, struct iinfo *indir);
Packit 6ef888
extern void eol(int col);
Packit 6ef888
Packit 6ef888
#endif /*  __GFS2HEX_DOT_H__  */