isc_mutex_init_errcheck prototype should not be under ISC_MUTEX_PROFILE

This commit is contained in:
Mark Andrews 2020-08-22 10:22:47 +10:00
parent 9b445f33e2
commit 552e0b852e

View file

@ -118,11 +118,10 @@ isc_mutex_unlock_profile(isc_mutex_t *mp, const char *_file, int _line);
void
isc_mutex_statsprofile(FILE *fp);
#endif /* ISC_MUTEX_PROFILE */
void
isc_mutex_init_errcheck(isc_mutex_t *mp);
#endif /* ISC_MUTEX_PROFILE */
ISC_LANG_ENDDECLS
#endif /* ISC_MUTEX_H */