aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/compat.h')
-rw-r--r--include/asterisk/compat.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asterisk/compat.h b/include/asterisk/compat.h
index d918cd707..19ae6e9b1 100644
--- a/include/asterisk/compat.h
+++ b/include/asterisk/compat.h
@@ -176,4 +176,14 @@ 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