From: Ralph Corderoy Date: Mon, 30 Oct 2017 20:58:46 +0000 (+0000) Subject: nmh_init(): Replace integer parameter with two bools. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/dbdbd49d59ae5c14e66b1c148a63b8abc9d076ab?ds=inline;hp=dbdbd49d59ae5c14e66b1c148a63b8abc9d076ab nmh_init(): Replace integer parameter with two bools. Removes the 0, 1, or 2 passed by callers. If the options get more complex then an enum of possible actions might be a better fit. ---