X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-common.h;h=dd0a855e79d4d5feb3eb8191b31522561170c133;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=1361d5f5517b93f79cf19fb70164dc13854400ad;hpb=a38382e89710db2c298f7f101e3ba0cf3681287c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-common.h b/src/afb-common.h index 1361d5f5..dd0a855e 100644 --- a/src/afb-common.h +++ b/src/afb-common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,13 +17,6 @@ #pragma once -struct sd_event; -struct sd_bus; - -extern struct sd_event *afb_common_get_event_loop(); -extern struct sd_bus *afb_common_get_user_bus(); -extern struct sd_bus *afb_common_get_system_bus(); - extern void afb_common_default_locale_set(const char *locale); extern const char *afb_common_default_locale_get();