From a3723260ce542c114126cff3028b74707bc7a7c3 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 29 Oct 2003 04:10:33 +0000 Subject: [PATCH] Add typedef to named enum Original commit message from CVS: Add typedef to named enum --- gst/gsttypefind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttypefind.h b/gst/gsttypefind.h index e80dc2d..e8fa685 100644 --- a/gst/gsttypefind.h +++ b/gst/gsttypefind.h @@ -44,7 +44,7 @@ typedef struct _GstTypeFindFactoryClass GstTypeFindFactoryClass; typedef void (* GstTypeFindFunction) (GstTypeFind *find, gpointer data); -enum { +typedef enum { GST_TYPE_FIND_MINIMUM = 1, GST_TYPE_FIND_POSSIBLE = 50, GST_TYPE_FIND_LIKELY = 80, -- 2.7.4