2005-11-10 Kevin P. Fleming <kpfleming@digium.com>
+ * channels/chan_misdn.c: include stdio.h (issue #5671)
+ * channels/chan_misdn_config.c: fix prototype warning (issue #5671)
+
* pbx.c: remove apps that were deprecated before 1.0 was released (issue #5673)
* apps/app_striplsd.c, apps/app_substring.c: remove apps that were deprecated before 1.0 was released (issue #5673)
}
}
-static void free_robin_list ()
+static void free_robin_list ( void )
{
free_robin_list_r(robin);
}
#include <asterisk/strings.h>
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
#include <asterisk/utils.h>
#define AST_LOAD_CFG ast_config_load