Merge in changes from my cdr-tds-conversion branch. This changes the internal
[asterisk/asterisk.git] / utils / clicompat.c
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, ...)
7 {
8 }
9
10 struct ast_cli_entry;
11
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)
14 {
15         return 0;
16 }