X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgtpkg-unit.h;h=a9c270957d3a56890a3f594633c0239bd86d9840;hb=6008a3ec4d1c0ed5df338b7c5f0775585ab51cfb;hp=fc91204e6831930e5511f421beffe8d2bcdd1e04;hpb=80c20308d798433be6f59ce927da4a1920ecf3b9;p=src%2Fapp-framework-main.git diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h index fc91204..a9c2709 100644 --- a/src/wgtpkg-unit.h +++ b/src/wgtpkg-unit.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 IoT.bzh + Copyright (C) 2016-2019 IoT.bzh author: José Bollo @@ -47,7 +47,8 @@ struct unitdesc { struct unitconf { const char *installdir; const char *icondir; - int (*port)(); + int (*new_afid)(); + int base_http_ports; }; struct generatedesc {