X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-systemd.c;h=5ba695ba2633691292e95b7129037f11fc29811e;hb=40fa7ea26a59f10d8036d89399f42a4e9d26a58a;hp=575d9f1b27f3b42a986871f588e5253257a1ca69;hpb=f15ea770dd9b13a20331853a026091316984f9ca;p=src%2Fapp-framework-binder.git diff --git a/src/afb-systemd.c b/src/afb-systemd.c index 575d9f1b..5ba695ba 100644 --- a/src/afb-systemd.c +++ b/src/afb-systemd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2018 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -80,14 +80,14 @@ static char **fds_names() return names; } -int systemd_fds_init() +int afb_systemd_fds_init() { errno = 0; fds_names(); return -!!errno; } -int systemd_fds_for(const char *name) +int afb_systemd_fds_for(const char *name) { int idx; char **names;