From 8b0c007ad990aa27d9868da49215fd1076ac77cc Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 21 Aug 2006 02:11:39 +0000 Subject: merge new_loader_completion branch, including (at least): - restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/indications.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/asterisk/indications.h') diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h index 188baa29b..a6c1d7c9d 100644 --- a/include/asterisk/indications.h +++ b/include/asterisk/indications.h @@ -34,9 +34,6 @@ #include "asterisk/lock.h" -/* forward reference */ -struct ast_channel; - struct tone_zone_sound { struct tone_zone_sound *next; /* next element */ const char *name; /* Identifing name */ -- cgit v1.2.3