mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 10:44:28 +00:00
Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is defined
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
12
utils/clicompat.c
Normal file
12
utils/clicompat.c
Normal file
@@ -0,0 +1,12 @@
|
||||
void ast_cli(void);
|
||||
void ast_cli(void)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
int ast_cli_register_multiple(void);
|
||||
int ast_cli_register_multiple(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user