]> git.pond.sub.org Git - empserver/blobdiff - include/product.h
config: Make product work independently configurable
[empserver] / include / product.h
index c71b9e499f942cbe787984a4ea8eca6a0dfb05d8..e1d2bbd99b6a1a82da65b64bbe9a8d2a5b99462a 100644 (file)
@@ -45,6 +45,7 @@ struct pchrstr {
     int p_uid;
     i_type p_ctype[MAXPRCON];  /* constituent types */
     unsigned short p_camt[MAXPRCON]; /* constituent amounts */
+    int p_bwork;               /* work to build one product unit */
     i_type p_type;             /* product item type, or I_NONE if level */
     int p_level;               /* level index (NAT_?LEV), or -1 if item */
     int p_cost;                        /* dollars / product unit */