chiark / gitweb /
[PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not work
[elogind.git] / extras / volume_id / volume_id / dasd / dasd.h
index e7918948c9b224ef9878e9ebf0a41618bdcb9f88..751b9fda6091ce83d88d8e63deb106d8eae4bc12 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef _VOLUME_ID_DASDLABEL_
 #define _VOLUME_ID_DASDLABEL_
 
-extern int volume_id_probe_dasd_partition(struct volume_id *id);
+extern int volume_id_probe_dasd(struct volume_id *id);
 
 #endif