summaryrefslogtreecommitdiff
path: root/include/asterisk/image.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-01-03 08:40:55 +0000
committerOlle Johansson <oej@edvina.net>2006-01-03 08:40:55 +0000
commitcc252f60d5b3c286612d6db6be02d9fd35c2a628 (patch)
tree8b5851285783288778d41f5eedd7518bda6c2104 /include/asterisk/image.h
parent9b8b2c79c62f8f09057a29a0fbf0de4304ee2bce (diff)
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
Diffstat (limited to 'include/asterisk/image.h')
-rw-r--r--include/asterisk/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/image.h b/include/asterisk/image.h
index 1b29b1daa..2b022d2e6 100644
--- a/include/asterisk/image.h
+++ b/include/asterisk/image.h
@@ -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 */