From 6427beaefe6bdda23bc842df2b714bbcfd54c065 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 19 Oct 2005 07:06:35 +0000 Subject: [PATCH] Redo UDF_BLOCKSIZE so we can use symbol in debugging. --- include/cdio/udf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cdio/udf.h b/include/cdio/udf.h index 098315e8..0d8d1d93 100644 --- a/include/cdio/udf.h +++ b/include/cdio/udf.h @@ -1,5 +1,5 @@ /* - $Id: udf.h,v 1.3 2005/10/19 06:55:55 rocky Exp $ + $Id: udf.h,v 1.4 2005/10/19 07:06:35 rocky Exp $ Copyright (C) 2005 Rocky Bernstein This program is free software; you can redistribute it and/or modify @@ -48,9 +48,9 @@ typedef struct /** This is an opaque structure. */ typedef struct udf_s udf_t; -extern enum udf_enum1_s { +typedef enum { UDF_BLOCKSIZE = 2048 -} udf_enums1; +} udf_enum1_t; /*! Seek to a position i_start and then read i_blocks. Number of blocks read is