Add typedef to named enum
authorDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 04:10:33 +0000 (04:10 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 29 Oct 2003 04:10:33 +0000 (04:10 +0000)
Original commit message from CVS:
Add typedef to named enum

gst/gsttypefind.h

index e80dc2d..e8fa685 100644 (file)
@@ -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,