blob: d005c9187b8d44a7eb827c300e7d7e10e51b4131 [file] [log] [blame]
struct mountargs {
const char *spec;
const char *node;
const char *type;
int flags;
void *data;
};
extern int verbose;
char *guess_fstype(const char *device);
char *do_guess_fstype(const char *device);
int procfsloop(int (*mount_fn)(struct mountargs *), struct mountargs *args,
char **type);
int is_in_procfs(const char *fstype);