[asterisk-commits] murf: trunk r86180 - /trunk/utils/hashtest2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 17 14:58:20 CDT 2007
Author: murf
Date: Wed Oct 17 14:58:20 2007
New Revision: 86180
URL: http://svn.digium.com/view/asterisk?view=rev&rev=86180
Log:
more stub routines to allow linkage in stand-alone environment, with thread debugs turned on
Modified:
trunk/utils/hashtest2.c
Modified: trunk/utils/hashtest2.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/hashtest2.c?view=diff&rev=86180&r1=86179&r2=86180
==============================================================================
--- trunk/utils/hashtest2.c (original)
+++ trunk/utils/hashtest2.c Wed Oct 17 14:58:20 2007
@@ -60,6 +60,22 @@
int64_t ast_mark(int prof_id, int x)
{
}
+
+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;
+}
+
/* my OBJECT */
struct ht_element
More information about the asterisk-commits
mailing list