first add of asynchonous handling
[src/app-framework-binder.git] / src / afb-hsrv.h
index b422df4..b328df1 100644 (file)
@@ -24,7 +24,6 @@ struct afb_hreq;
 extern struct afb_hsrv *afb_hsrv_create();
 extern void afb_hsrv_put(struct afb_hsrv *hsrv);
 
-
 extern void afb_hsrv_stop(struct afb_hsrv *hsrv);
 extern int afb_hsrv_start(struct afb_hsrv *hsrv, uint16_t port, unsigned int connection_timeout);
 extern int afb_hsrv_set_cache_timeout(struct afb_hsrv *hsrv, int duration);