summaryrefslogtreecommitdiff
path: root/include/asterisk/compat.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-11-21 16:07:11 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-11-21 16:07:11 +0000
commit3826d15993f0a32ce10ba9683b3c291f7c286fbf (patch)
treee5c9e2a613cdf11370ad37524fed947af098b5ae /include/asterisk/compat.h
parent296fe3e1fb09b66ceb63dcd78e317ce23fab14b9 (diff)
move these forward declarations back to asterisk.h where they belong... even though asterisk.h includes compat.h, these declarations have nothing to do with the being platform-compatible and are directly related to being part of Asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/compat.h')
-rw-r--r--include/asterisk/compat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index 8a3225a16..c6ee280f4 100644
--- a/include/asterisk/compat.h
+++ b/include/asterisk/compat.h
@@ -180,14 +180,4 @@ typedef unsigned int u_int32_t;
typedef unsigned long long uint64_t;
#endif
-/*! \brief
- * Definition of various structures that many asterisk files need,
- * but only because they need to know that the type exists.
- *
- * We can move them to a different global header if necessary.
- */
-struct ast_channel;
-struct ast_frame;
-struct ast_module;
-
#endif