From fbb31cd6e10fe66d2da781db0ba9a8d671a4c6aa Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 10 Mar 2010 14:52:42 +0100 Subject: libbudev-private: rename udev_list_entry_get_flag() --- libudev/libudev-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libudev/libudev-device.c') 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 + * Copyright (C) 2008-2010 Kay Sievers * * 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; } -- cgit v1.2.3-54-g00ecf