aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/frame.h')
-rwxr-xr-xinclude/asterisk/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 1916a714b..e971a6d03 100755
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -291,6 +291,8 @@ extern void ast_smoother_reset(struct ast_smoother *s, int bytes);
extern int ast_smoother_feed(struct ast_smoother *s, struct ast_frame *f);
extern struct ast_frame *ast_smoother_read(struct ast_smoother *s);
+extern void ast_frame_dump(char *name, struct ast_frame *f, char *prefix);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif