mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 07:13:20 +00:00
Bug #6118: Clean up list handling in image.c (drumkilla)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7728 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -40,7 +40,7 @@ struct ast_imager {
|
||||
/*! Returns length written */
|
||||
int (*write_image)(int fd, struct ast_frame *frame);
|
||||
/*! For linked list */
|
||||
struct ast_imager *next;
|
||||
AST_LIST_ENTRY(ast_imager) list;
|
||||
};
|
||||
|
||||
/*! Check for image support on a channel */
|
||||
|
Reference in New Issue
Block a user