Remove xbps_print_hexfp() from API and move it xbps-rindex, where it belongs.

This commit is contained in:
Juan RP
2013-11-08 09:12:29 +01:00
parent 2952c69c7a
commit 53ecaf9819
3 changed files with 17 additions and 27 deletions

View File

@@ -46,7 +46,7 @@
*
* This header documents the full API for the XBPS Library.
*/
#define XBPS_API_VERSION "20131009"
#define XBPS_API_VERSION "20131108"
#ifndef XBPS_VERSION
#define XBPS_VERSION "UNSET"
@@ -1675,13 +1675,6 @@ int xbps_cmpver(const char *pkg1, const char *pkg2);
*/
unsigned char *xbps_pubkey2fp(struct xbps_handle *xhp, xbps_data_t pubkey);
/**
* Prints to stdout the hex fingerprint of a public key.
*
* @param[in] fp String returned by xbps_pubkey2fp();
*/
void xbps_print_hexfp(const char *fp);
/*@}*/
#ifdef __cplusplus