X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-ws.h;fp=src%2Fafb-api-ws.h;h=aef02d5bc360819531ca426bcd697d6869a96baa;hb=09f78b70e5debb683e455f6c2de3a5ea0fd93d44;hp=0000000000000000000000000000000000000000;hpb=e22f8536c5f8833828a6d5cb8f5a77a8c0712e08;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h new file mode 100644 index 00000000..aef02d5b --- /dev/null +++ b/src/afb-api-ws.h @@ -0,0 +1,29 @@ +/* + * Copyright (C) 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. + */ + + +#pragma once + +struct afb_req_itf; + +extern const struct afb_req_itf afb_api_ws_req_itf; + +extern int afb_api_ws_add_client(const char *path); + +extern int afb_api_ws_add_server(const char *path); + +