restoring cookie of session
[src/app-framework-binder.git] / src / local-def.h
index 1992b51..7055e95 100644 (file)
@@ -63,17 +63,12 @@ struct AFB_config
   AFB_aliasdir *aliasdir;  // alias mapping for icons,apps,...
 };
 
-struct afb_hsrv;
-struct afb_hsrv_handler;
-struct MHD_Daemon;
-
 struct AFB_session
 {
   struct AFB_config  *config;   // pointer to current config
   // List of commands to execute
   int  background;        // run in backround mode
   int  readyfd;           // a #fd to signal when ready to serve
-  struct afb_hsrv *hsrv;
 };