From: Jonathan McDowell Date: Tue, 15 Mar 2011 01:58:35 +0000 (-0700) Subject: Fix delete_key function in keyd backend X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/38673288bad5b2c0f730021d9311e2df73c74c82?ds=inline;hp=38673288bad5b2c0f730021d9311e2df73c74c82 Fix delete_key function in keyd backend Need to use keyd_delete_key, not delete_key. Also move function to before usage to eliminate need for prototype definition. ---