X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.h;fp=src%2Fafb-hsrv.h;h=da4fe09a88402ccd12e7c69113fe1ac1ef63ea55;hb=f113d2b31333538f5784de5ee5f02bc19cc603e4;hp=0000000000000000000000000000000000000000;hpb=13549775092afa9215de8468e34f6d194c2fd8db;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.h b/src/afb-hsrv.h new file mode 100644 index 00000000..da4fe09a --- /dev/null +++ b/src/afb-hsrv.h @@ -0,0 +1,20 @@ +/* + Copyright 2016 IoT.bzh + + author: José Bollo + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + +int afb_hsrv_start(AFB_session * session); +void afb_hsrv_stop(AFB_session * session);