main/recipes.h

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 4
6d1f512cd074
--- a/main/recipes.h	Sat Oct 20 13:23:15 2018 +0200
+++ b/main/recipes.h	Sat Oct 20 17:09:48 2018 +0200
@@ -9,6 +9,8 @@
 
 /**
  * @brief Parse a Beerxml file and add the recipe.
+ * @param fn The recipe filename.
+ * @param code The recipe code serial.
  * @return Zero if no errors were found.
  */
 int ParseRecipe(char *fn, char *code);

mercurial