summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2009-03-12 14:34:47 +0100
committerKarel Zak2009-03-12 14:34:47 +0100
commit015ea51c1056793c077e770f864ac0b89a87ebd9 (patch)
tree0c7817201556f69d9d1decfe0ea402063af6a6f0
parentlib: wholedisk - extend API, add test program (diff)
downloadkernel-qcow2-util-linux-015ea51c1056793c077e770f864ac0b89a87ebd9.tar.gz
kernel-qcow2-util-linux-015ea51c1056793c077e770f864ac0b89a87ebd9.tar.xz
kernel-qcow2-util-linux-015ea51c1056793c077e770f864ac0b89a87ebd9.zip
libs: pttype - fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--include/pttype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttype.h b/include/pttype.h
index d345501c0..ec524a021 100644
--- a/include/pttype.h
+++ b/include/pttype.h
@@ -6,6 +6,6 @@
* libdisk from xfsprogs to util-linux-ng.
*/
extern const char *get_pt_type(const char *device);
-extern const char *get_pt_type_pt(int fd);
+extern const char *get_pt_type_fd(int fd);
#endif