summaryrefslogtreecommitdiff
path: root/include/asterisk/frame.h
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-12 06:00:18 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-12 06:00:18 +0000
commit66a57e51e328a0c0b855184c15096758401c0dac (patch)
tree37350d3bd0d6df02129f16dc35b893e9a674e627 /include/asterisk/frame.h
parent67fad0eab1076f82a0f50e74df6ec52b03a95735 (diff)
Wed Mar 12 07:00:01 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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