From 9c057b001e8873861a70f7025214003837a0860b Mon Sep 17 00:00:00 2001 From: Kamil Debski Date: Thu, 22 Mar 2012 09:36:27 +0100 Subject: v4l-mfc-example: version 0.2 --- v4l2-mfc-example/queue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'v4l2-mfc-example/queue.h') diff --git a/v4l2-mfc-example/queue.h b/v4l2-mfc-example/queue.h index 963cf90..a0313f6 100644 --- a/v4l2-mfc-example/queue.h +++ b/v4l2-mfc-example/queue.h @@ -42,6 +42,8 @@ int queue_add(struct queue *q, int e); int queue_remove(struct queue *q); /* Free the internal queue memory */ void queue_free(struct queue *q); +/* Check if the queue is empty */ +int queue_empty(struct queue *q); #endif /* INCLUDE_QUEUE_H */ -- cgit v1.2.3