aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hsrv.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-05 16:10:01 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-05 16:10:01 +0200
commitf113d2b31333538f5784de5ee5f02bc19cc603e4 (patch)
treeb91d53c8a559e315a5ca2ac4ac8ebbca70871fe8 /src/afb-hsrv.h
parent13549775092afa9215de8468e34f6d194c2fd8db (diff)
allows connection to upgrade
Change-Id: I2e174b67ea186180da0d8982fac14f468946dc14 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-hsrv.h')
-rw-r--r--src/afb-hsrv.h20
1 files changed, 20 insertions, 0 deletions
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 <jose.bollo@iot.bzh>
+
+ 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);