main/recipes.h

changeset 0
b74b0e4902c3
child 1
ad2c8b13eb88
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/recipes.h	Sat Oct 20 13:23:15 2018 +0200
@@ -0,0 +1,26 @@
+/**
+ * @file recipes.h
+ * @brief Recipes management.
+ */
+
+#ifndef	_RECIPES_H
+#define	_RECIPES_H
+
+
+/**
+ * @brief Parse a Beerxml file and add the recipe.
+ * @return Zero if no errors were found.
+ */
+int ParseRecipe(char *fn, char *code);
+
+/**
+ * @brief Recipes init fases.
+ */
+void Recipes_Init(void);
+
+/**
+ * @brief Revipes loop screens. Bob-blocking.
+ */
+void Recipes_Loop(void);
+
+#endif

mercurial