X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=photoid.h;h=0e0373b26548c555059495c2738ccac7b247281e;hb=5d859953e393a2539e67df3ce73798e7029cf5b9;hp=aaafe34aeddd358d3673033abc77d89648ca77e2;hpb=5e1b22d763640c4d7a09d07920403d8d491b4410;p=onak.git diff --git a/photoid.h b/photoid.h index aaafe34..0e0373b 100644 --- a/photoid.h +++ b/photoid.h @@ -34,7 +34,7 @@ * photo id NULL is returned. The returned data pointer refers to the key * data supplied rather than a copy of it. */ -int getphoto(struct openpgp_publickey *key, int index, unsigned char **photo, - size_t *length); +onak_status_t getphoto(struct openpgp_publickey *key, int index, + unsigned char **photo, size_t *length); #endif /* __PHOTOID_H__ */