Enforce numeric application IDs
[src/app-framework-main.git] / src / wgtpkg-unit.h
index 796b277..a9c2709 100644 (file)
@@ -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 {