X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flocal-def.h;h=7055e95a38760cb4a4cbe89f73bc6ad546d1a53c;hb=fcef933b69ccc363ad10d9f7308f02c5dc474ff6;hp=1992b5100025754413c57e2e630a060a5915d06f;hpb=8449480d29d2e03d9094ddce82557b251deb6567;p=src%2Fapp-framework-binder.git diff --git a/src/local-def.h b/src/local-def.h index 1992b510..7055e95a 100644 --- a/src/local-def.h +++ b/src/local-def.h @@ -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; };