#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: 369001 $") |
Russell Bryant <russell@digium.com>
Definition in file test.c.
int ast_test_init | ( | void | ) |
Provided by test.c
Definition at line 936 of file test.c.
References ARRAY_LEN, and ast_cli_register_multiple().
Referenced by main().
00937 { 00938 #ifdef TEST_FRAMEWORK 00939 /* Register cli commands */ 00940 ast_cli_register_multiple(test_cli, ARRAY_LEN(test_cli)); 00941 #endif 00942 00943 return 0; 00944 }
ASTERISK_FILE_VERSION | ( | __FILE__ | , | |
"$Revision: 369001 $" | ||||
) |