summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/utils.h')
-rwxr-xr-xinclude/asterisk/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index 686f4cb1e..16212a038 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -26,4 +26,6 @@ struct ast_hostent {
extern struct hostent *ast_gethostbyname(const char *host, struct ast_hostent *hp);
+extern int test_for_thread_safety(void);
+
#endif