X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=osl_core.h;h=3359aa782a2e2cc8232dc12b6fa339885b5f4e11;hp=df32b60a875b4c4448f991823ab1e974d5a4f0c7;hb=2dba3a38dcfe721842404f01e9b2adb59c302604;hpb=aaedc06d0448b048c7d41074985f9ee81e93d077 diff --git a/osl_core.h b/osl_core.h index df32b60..3359aa7 100644 --- a/osl_core.h +++ b/osl_core.h @@ -133,7 +133,7 @@ _static_inline_ struct osl_column_description *get_column_description( */ enum index_header_offsets { /** Bytes 0-8: PARASLASH. */ - IDX_PARA_MAGIC = 0, + IDX_OSL_MAGIC = 0, /** Byte 9: Dirty flag (nonzero if table is mapped). */ IDX_DIRTY_FLAG = 9, /** Byte 10: osl table version number. */ @@ -165,7 +165,7 @@ enum index_column_desc_offsets { }; /** Magic string contained in the header of the index file of each osl table. */ -#define PARA_MAGIC "PARASLASH" +#define OSL_MAGIC "PARASLASH" /** * The minimal number of bytes for a column in the index header.