KEYS: key_is_dead() should take a const key pointer argument
authorDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:14 +0000 (10:35 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 24 Sep 2013 09:35:14 +0000 (10:35 +0100)
key_is_dead() should take a const key pointer argument as it doesn't modify
what it points to.

Signed-off-by: David Howells <dhowells@redhat.com>

No differences found