brewco/brewco.h

changeset 464
4a624c071ca9
parent 463
a1da58215b65
child 469
d26def846029
--- a/brewco/brewco.h	Thu Dec 17 22:45:54 2015 +0100
+++ b/brewco/brewco.h	Sun Dec 20 20:37:40 2015 +0100
@@ -18,6 +18,7 @@
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <time.h>
+#include <utime.h>
 #include <fcntl.h>
 #include <syslog.h>
 #include <unistd.h>
@@ -204,15 +205,6 @@
     int			duration;		/* Step duration		*/
 } mash_step;
 
-// mash-in	20	80	noskip
-// fitasi	25	55	canskip
-// glucanasi	35	50	canskip
-// proteasi	45	60	canskip
-// B-amilasi	50	70	canskip
-// A-amilasi 1	60	76	canskip
-// A-amilasi 2	60	76	noskip
-// mash-out	75	80	noskip
-
 typedef struct _hop_stand {
     char		*name;			/* Hop stand name		*/
     int			min;			/* Minimum temperature		*/

mercurial