From: Ralph Corderoy Date: Mon, 15 May 2017 13:23:53 +0000 (+0100) Subject: uip/picksbr.c: Use function prototypes for `nexus' functions. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/0157c8ce4707d5d05ce1741950bf1746b02f5514?hp=0157c8ce4707d5d05ce1741950bf1746b02f5514 uip/picksbr.c: Use function prototypes for `nexus' functions. Prototypes for ORaction(), etc., now state the parameters they expect. Removed the args() macro, instead explicitly listing the arguments being passed to functions. ---