From 47a9f94bb346817b6767d5dac578a43beee47c1f Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Wed, 25 Mar 2009 12:36:04 +0000 Subject: Rename client add remove ops For consistency, rename the symbols add_device and remove_device to device_add and device_remove. Signed-off-by: Geoff Levand Signed-off-by: Jeremy Kerr --- ui/test/pb-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/test/pb-test.c') diff --git a/ui/test/pb-test.c b/ui/test/pb-test.c index a1e3007..69f65fb 100644 --- a/ui/test/pb-test.c +++ b/ui/test/pb-test.c @@ -37,8 +37,8 @@ static void print_device_remove(const struct device *device, } static struct discover_client_ops client_ops = { - .add_device = print_device_add, - .remove_device = print_device_remove, + .device_add = print_device_add, + .device_remove = print_device_remove, }; int main(void) -- cgit v1.2.1