Remove xbps_print_hexfp() from API and move it xbps-rindex, where it belongs.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user