]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - include/pttype.h
lib: pttype - extend the API to work with file descriptors
[thirdparty/util-linux.git] / include / pttype.h
index d6fe8128cf16c811915220d506bb1fd2ded78f59..d345501c08208a525c0a67755d95a1ed501edd7b 100644 (file)
@@ -6,5 +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);
 
 #endif