Note that only one timing interface should get loaded.
[asterisk-bristuff.git] / utils / clicompat.c
blob33f90fae167b2eb9561000de71e4e69e3cff8b1c
1 /*
2 * Stubs for some cli functions used by the test routines.
3 * $Revision$
4 */
5 void ast_cli(int fd, const char *fmt, ...);
6 void ast_cli(int fd, const char *fmt, ...)
10 struct ast_cli_entry;
12 int ast_cli_register_multiple(struct ast_cli_entry *e, int len);
13 int ast_cli_register_multiple(struct ast_cli_entry *e, int len)
15 return 0;