]> err.no Git - util-linux/commitdiff
libs: pttype - fix typo
authorKarel Zak <kzak@redhat.com>
Thu, 12 Mar 2009 13:34:47 +0000 (14:34 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Mar 2009 13:34:47 +0000 (14:34 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/pttype.h

index d345501c08208a525c0a67755d95a1ed501edd7b..ec524a021e6acb65c005f149c0f77713db7577e4 100644 (file)
@@ -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