Make the xbps_handle struct const internally.

This commit is contained in:
Juan RP
2011-02-21 14:03:08 +01:00
parent 3acf91bb15
commit afe0f3e2f0
4 changed files with 6 additions and 6 deletions

View File

@ -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