#include "asterisk.h"
#include "asterisk/_private.h"
Go to the source code of this file.
Functions | |
int | ast_test_init () |
ASTERISK_FILE_VERSION (__FILE__,"$Revision: 275105 $") |
Russell Bryant <russell@digium.com>
Definition in file test.c.
int ast_test_init | ( | void | ) |
Provided by test.c
Definition at line 889 of file test.c.
References ARRAY_LEN, and ast_cli_register_multiple().
Referenced by main().
00890 { 00891 #ifdef TEST_FRAMEWORK 00892 /* Register cli commands */ 00893 ast_cli_register_multiple(test_cli, ARRAY_LEN(test_cli)); 00894 #endif 00895 00896 return 0; 00897 }
ASTERISK_FILE_VERSION | ( | __FILE__ | , | |
"$Revision: 275105 $" | ||||
) |