main/recipes.h

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 4
6d1f512cd074
equal deleted inserted replaced
0:b74b0e4902c3 1:ad2c8b13eb88
7 #define _RECIPES_H 7 #define _RECIPES_H
8 8
9 9
10 /** 10 /**
11 * @brief Parse a Beerxml file and add the recipe. 11 * @brief Parse a Beerxml file and add the recipe.
12 * @param fn The recipe filename.
13 * @param code The recipe code serial.
12 * @return Zero if no errors were found. 14 * @return Zero if no errors were found.
13 */ 15 */
14 int ParseRecipe(char *fn, char *code); 16 int ParseRecipe(char *fn, char *code);
15 17
16 /** 18 /**

mercurial