X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgtpkg-unit.h;h=f324e69892cb9f0a04aa3035b5cb8d9afe277c0b;hb=3a2efc3143d89d036794f2d8274794482cb2c961;hp=fc91204e6831930e5511f421beffe8d2bcdd1e04;hpb=f8b04951b4ccafdf28b875825edd46316fafb519;p=src%2Fapp-framework-main.git diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h index fc91204..f324e69 100644 --- a/src/wgtpkg-unit.h +++ b/src/wgtpkg-unit.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016, 2017, 2018 IoT.bzh + Copyright (C) 2015-2020 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 {