summaryrefslogtreecommitdiff
path: root/src/udev/udev-node.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-17 05:37:34 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-10-17 06:48:53 +0900
commitd838e14515c82b05a07f2bf393cce057b45b2b53 (patch)
treebcc095945e14e1db491032ef6d616ed10a3e5f09 /src/udev/udev-node.h
parent8da2f9e80741ea3dd5058dc3440c0ca80c6436e0 (diff)
downloadsystemd-d838e14515c82b05a07f2bf393cce057b45b2b53.tar.gz
udev: use Hashmap for storing SECLABEL
Diffstat (limited to 'src/udev/udev-node.h')
-rw-r--r--src/udev/udev-node.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/udev/udev-node.h b/src/udev/udev-node.h
index 868549e492..223c8f0e43 100644
--- a/src/udev/udev-node.h
+++ b/src/udev/udev-node.h
@@ -4,13 +4,12 @@
#include <stdbool.h>
#include <sys/types.h>
-#include "libudev.h"
#include "sd-device.h"
-#include "libudev-private.h"
+#include "hashmap.h"
int udev_node_add(sd_device *dev, bool apply,
mode_t mode, uid_t uid, gid_t gid,
- struct udev_list *seclabel_list);
+ Hashmap *seclabel_list);
int udev_node_remove(sd_device *dev);
int udev_node_update_old_links(sd_device *dev, sd_device *dev_old);