include/xbps_api_impl.h: remove __{BEGIN,END}_DECLS to make musl happy.

This commit is contained in:
Juan RP 2014-01-07 21:19:03 +01:00
parent 29cf8e9ba8
commit 3042dcd7aa

View File

@ -92,8 +92,6 @@
#endif
__BEGIN_DECLS
/**
* @private
* From lib/external/dewey.c
@ -263,6 +261,4 @@ void HIDDEN xbps_pkg_find_conflicts(struct xbps_handle *,
*/
const char HIDDEN *vpkg_user_conf(struct xbps_handle *, const char *, bool);
__END_DECLS
#endif /* !_XBPS_API_IMPL_H_ */