summaryrefslogtreecommitdiff
path: root/libudev/libudev-device.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-03-10 14:52:42 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-03-10 14:52:42 +0100
commitfbb31cd6e10fe66d2da781db0ba9a8d671a4c6aa (patch)
tree0f8ad4f66d9a0e6b89fab66125b620bb7223100e /libudev/libudev-device.c
parent455f792e4791e037eb0406005b92c345cf0baf56 (diff)
libbudev-private: rename udev_list_entry_get_flag()
Diffstat (limited to 'libudev/libudev-device.c')
-rw-r--r--libudev/libudev-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c
index b841745991..aec5fb57fe 100644
--- a/libudev/libudev-device.c
+++ b/libudev/libudev-device.c
@@ -1,7 +1,7 @@
/*
* libudev - interface to udev device information
*
- * Copyright (C) 2008-2009 Kay Sievers <kay.sievers@vrfy.org>
+ * Copyright (C) 2008-2010 Kay Sievers <kay.sievers@vrfy.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -1068,7 +1068,7 @@ int udev_device_add_devlink(struct udev_device *udev_device, const char *devlink
if (list_entry == NULL)
return -ENOMEM;
if (unique)
- udev_list_entry_set_flag(list_entry, 1);
+ udev_list_entry_set_flags(list_entry, 1);
return 0;
}