Make the xbps_handle struct const internally.
This commit is contained in:
@ -78,7 +78,7 @@ __BEGIN_DECLS
|
||||
* @private
|
||||
* From lib/initend.c
|
||||
*/
|
||||
struct xbps_handle HIDDEN *xbps_handle_get(void);
|
||||
const struct xbps_handle HIDDEN *xbps_handle_get(void);
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
Reference in New Issue
Block a user