summaryrefslogtreecommitdiff
path: root/include/asterisk/image.h
diff options
context:
space:
mode:
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 */