summaryrefslogtreecommitdiffstats
path: root/disk-utils/fdisk-list.h
blob: dc61c587106dc45717d4edd69aac9ab9d985919c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef UTIL_LINUX_FDISK_LIST_H
#define UTIL_LINUX_FDISK_LIST_H

extern void list_disklabel(struct fdisk_context *cxt);
extern void list_disk_geometry(struct fdisk_context *cxt);

extern char *next_proc_partition(FILE **f);
extern int print_device_pt(struct fdisk_context *cxt, char *device, int warnme);
extern void print_all_devices_pt(struct fdisk_context *cxt);

#endif /* UTIL_LINUX_FDISK_LIST_H */