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:
Olle Johansson
2006-01-03 08:40:55 +00:00
parent 9b8b2c79c6
commit cc252f60d5
2 changed files with 22 additions and 31 deletions

View File

@@ -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 */