Whamcloud - gitweb
Update for release of e2fsprogs 1.36.
[tools/e2fsprogs.git] / lib / blkid / blkidP.h
index a121106..1bb9490 100644 (file)
 
 #include <blkid/list.h>
 
+#ifdef __GNUC__
+#define __BLKID_ATTR(x) __attribute__(x)
+#else
+#define __BLKID_ATTR(x)
+#endif
+
+
 /*
  * This describes the attributes of a specific device.
  * We can traverse all of the tags by bid_tags (linking to the tag bit_names).
@@ -205,9 +212,6 @@ static inline void DEB_DUMP_CACHE(int mask, blkid_cache cache)
 /* lseek.c */
 extern blkid_loff_t blkid_llseek(int fd, blkid_loff_t offset, int whence);
 
-/* probe.c */
-extern blkid_dev blkid_verify_devname(blkid_cache cache, blkid_dev dev);
-
 /* read.c */
 extern void blkid_read_cache(blkid_cache cache);