brewco/brewco.h

changeset 463
a1da58215b65
parent 459
1f88be70f253
child 464
4a624c071ca9
equal deleted inserted replaced
462:830ae3c3ef98 463:a1da58215b65
223 int duration; /* Hold time */ 223 int duration; /* Hold time */
224 } hop_stand; 224 } hop_stand;
225 225
226 typedef struct _hop_addition { 226 typedef struct _hop_addition {
227 char *name; /* Hop name */ 227 char *name; /* Hop name */
228 int skip; /* Skip addition */
228 int boiltime; /* -1=fwh, 0..boiltime */ 229 int boiltime; /* -1=fwh, 0..boiltime */
229 } hop_addition; 230 } hop_addition;
230 231
231 typedef struct _a_recipe { 232 typedef struct _a_recipe {
232 struct _a_recipe *next; 233 struct _a_recipe *next;

mercurial