[asterisk-commits] murf: trunk r86181 - /trunk/utils/check_expr.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Oct 17 14:59:49 CDT 2007


Author: murf
Date: Wed Oct 17 14:59:49 2007
New Revision: 86181

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86181
Log:
more stub routines to allow linkage in stand-alone environment, with thread debugs turned on

Modified:
    trunk/utils/check_expr.c

Modified: trunk/utils/check_expr.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/check_expr.c?view=diff&rev=86181&r1=86180&r2=86181
==============================================================================
--- trunk/utils/check_expr.c (original)
+++ trunk/utils/check_expr.c Wed Oct 17 14:59:49 2007
@@ -165,6 +165,21 @@
 
 void ast_unregister_file_version(const char *file)
 {
+}
+
+void ast_cli(int fd, const char *fmt, ...);
+void ast_cli(int fd, const char *fmt, ...)
+{
+}
+
+struct ast_cli_entry {
+	char * const cmda; /* just something to satisfy compile & link; will never be used */
+};
+
+int ast_cli_register_multiple(struct ast_cli_entry *e, int len);
+int ast_cli_register_multiple(struct ast_cli_entry *e, int len)
+{
+ return 0;
 }
 
 char *find_var(const char *varname) /* the list should be pretty short, if there's any list at all */




More information about the asterisk-commits mailing list