[svn-commits] rizzo: branch rizzo/astobj2 r47217 - /team/rizzo/astobj2/main/asterisk.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 6 06:33:30 MST 2006


Author: rizzo
Date: Mon Nov  6 07:33:29 2006
New Revision: 47217

URL: http://svn.digium.com/view/asterisk?rev=47217&view=rev
Log:
forgot one prototype


Modified:
    team/rizzo/astobj2/main/asterisk.c

Modified: team/rizzo/astobj2/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/main/asterisk.c?rev=47217&r1=47216&r2=47217&view=diff
==============================================================================
--- team/rizzo/astobj2/main/asterisk.c (original)
+++ team/rizzo/astobj2/main/asterisk.c Mon Nov  6 07:33:29 2006
@@ -1470,8 +1470,10 @@
 
 #define ASTERISK_PROMPT "*CLI> "
 
+
 #define ASTERISK_PROMPT2 "%s*CLI> "
 
+int handle_astobj2_test(int fd, int argc, char *argv[]);
 static struct ast_cli_entry cli_asterisk[] = {
 	{ { "abort", "halt", NULL },
 	handle_abort_halt, "Cancel a running halt",



More information about the svn-commits mailing list