]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/pttype.h
lib: pttype - extend the API to work with file descriptors
[thirdparty/util-linux.git] / include / pttype.h
CommitLineData
e85a2a93
KZ
1#ifndef PTTYPE_H
2#define PTTYPE_H
3
4/*
5 * Note that this is a temporary solution. The final solution will be to move
6 * libdisk from xfsprogs to util-linux-ng.
7 */
8extern const char *get_pt_type(const char *device);
17c02484 9extern const char *get_pt_type_pt(int fd);
e85a2a93
KZ
10
11#endif