]> git.armaanb.net Git - chorizo.git/commit
Use full signature for external_handler_run
authorPeter Hofmann <scm@uninformativ.de>
Sat, 13 Jan 2018 06:12:24 +0000 (07:12 +0100)
committerPeter Hofmann <scm@uninformativ.de>
Sat, 13 Jan 2018 06:12:24 +0000 (07:12 +0100)
commitf1a802e41b1604e81536f6b8acc1429e919b8e9f
treeba8a0fc4d34f6a1a9e837d98332d78059d007151
parent5191e72c92093e38830133c72606a68a4e54c8e7
Use full signature for external_handler_run

Yes, this needs the two void casts to make the compiler not complain
about unused parameters, but I think "explicit is better than implicit"
here. And none of the other callbacks use this trick.
browser.c