chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / shared / udev-util.h
index 1c5150f6052c3542d17d3e687ec48a185f196b12..d28014fe5e80cf278c468f34b4b7f7d3c9ee220b 100644 (file)
@@ -2,8 +2,6 @@
 #pragma once
 
 /***
-  This file is part of systemd.
-
   Copyright 2013 Zbigniew JÄ™drzejewski-Szmek
 ***/
 
@@ -29,3 +27,5 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(struct udev_monitor*, udev_monitor_unref);
 #if 0 /// UNNEEDED by elogind
 #endif // 0
 int udev_parse_config(void);
+
+int udev_device_new_from_stat_rdev(struct udev *udev, const struct stat *st, struct udev_device **ret);