Fix compilation without gpgme

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2011-07-17 01:48:47 +10:00 committed by Dan McGee
parent f0e34be990
commit c0fe1743e5

View file

@ -391,8 +391,8 @@ error:
return ret; return ret;
} }
#else #else
int _alpm_gpgme_checksig(alpm_handle_t *handle, const char *path, int _alpm_gpgme_checksig(alpm_handle_t UNUSED *handle, const char UNUSED *path,
const char *base64_sig) const char UNUSED *base64_sig, alpm_sigresult_t UNUSED *result)
{ {
return -1; return -1;
} }