summaryrefslogtreecommitdiffstats
path: root/fdisks/gpt.h
blob: 645a014e88be2a856d8142ec15cf0f623917a100 (plain) (blame)
1
2
3
4
5
6
#ifndef FDISK_GPT_H
#define FDISK_GPT_H

extern void gpt_list_table(struct fdisk_context *cxt, int xtra);

#endif /* FDISK_GPT_H */