[asterisk-commits] murf: branch murf/datastructs r81913 - /team/murf/datastructs/utils/hashtest.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 7 11:28:51 CDT 2007
Author: murf
Date: Fri Sep 7 11:28:50 2007
New Revision: 81913
URL: http://svn.digium.com/view/asterisk?view=rev&rev=81913
Log:
looks like ya now need to have ast_cli and ast_mark routines to compile standalone
Modified:
team/murf/datastructs/utils/hashtest.c
Modified: team/murf/datastructs/utils/hashtest.c
URL: http://svn.digium.com/view/asterisk/team/murf/datastructs/utils/hashtest.c?view=diff&rev=81913&r1=81912&r2=81913
==============================================================================
--- team/murf/datastructs/utils/hashtest.c (original)
+++ team/murf/datastructs/utils/hashtest.c Fri Sep 7 11:28:50 2007
@@ -44,6 +44,14 @@
int testno = 1;
/* stuff we need to make this work with the hashtab stuff */
+
+void ast_cli(int *fd, char *str, ...)
+{
+}
+
+int64_t ast_mark(int prof_id, int x)
+{
+}
struct ht_element
{
More information about the asterisk-commits
mailing list