Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is defined
[asterisk/asterisk.git] / utils / clicompat.c
1 void ast_cli(void);
2 void ast_cli(void)
3 {
4         return;
5 }
6
7 int ast_cli_register_multiple(void);
8 int ast_cli_register_multiple(void)
9 {
10         return 0;
11 }
12