[asterisk-commits] rizzo: trunk r91930 - /trunk/utils/ael_main.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Dec 7 21:27:16 CST 2007


Author: rizzo
Date: Fri Dec  7 21:27:16 2007
New Revision: 91930

URL: http://svn.digium.com/view/asterisk?view=rev&rev=91930
Log:
normalize header order, and add a comment on the need
to clean up this file.


Modified:
    trunk/utils/ael_main.c

Modified: trunk/utils/ael_main.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/ael_main.c?view=diff&rev=91930&r1=91929&r2=91930
==============================================================================
--- trunk/utils/ael_main.c (original)
+++ trunk/utils/ael_main.c Fri Dec  7 21:27:16 2007
@@ -1,10 +1,18 @@
+/*
+ * XXX this file probably need a fair amount of cleanup, at the very least:
+ *
+ * - documenting its purpose;
+ * - removing all unnecessary headers and other stuff from the sources
+ *   it was copied from;
+ * - fixing the formatting
+ */
+#include "asterisk.h"
+
 #include <locale.h>
 #include <ctype.h>
-#include <errno.h>
 #include <regex.h>
 #include <limits.h>
 
-#include "asterisk.h"
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include "asterisk/channel.h"




More information about the asterisk-commits mailing list