isc_mutex_init_errcheck prototype should not be under ISC_MUTEX_PROFILE

This commit is contained in:
Mark Andrews
2020-09-08 09:25:43 +10:00
parent 054dc48a1f
commit 52a715b122
+1 -2
View File
@@ -128,11 +128,10 @@ isc_mutex_unlock_profile(isc_mutex_t *mp, const char * _file, int _line);
void
isc_mutex_statsprofile(FILE *fp);
#endif /* ISC_MUTEX_PROFILE */
isc_result_t
isc_mutex_init_errcheck(isc_mutex_t *mp);
#endif /* ISC_MUTEX_PROFILE */
ISC_LANG_ENDDECLS
#endif /* ISC_MUTEX_H */