aboutsummaryrefslogtreecommitdiffstats
path: root/src/wgtpkg-unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgtpkg-unit.h')
-rw-r--r--src/wgtpkg-unit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wgtpkg-unit.h b/src/wgtpkg-unit.h
index 796b277..a9c2709 100644
--- a/src/wgtpkg-unit.h
+++ b/src/wgtpkg-unit.h
@@ -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 {