diff options
Diffstat (limited to 'camel/camel-partition-table.h')
-rw-r--r-- | camel/camel-partition-table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-partition-table.h b/camel/camel-partition-table.h index 0b87390835..3433da3cf1 100644 --- a/camel/camel-partition-table.h +++ b/camel/camel-partition-table.h @@ -39,7 +39,7 @@ typedef struct _CamelPartitionMap CamelPartitionMap; typedef struct _CamelPartitionMapBlock CamelPartitionMapBlock; typedef struct _CamelPartitionTable CamelPartitionTable; -typedef struct _CamelPartitionTable CamelPartitionTableClass; +typedef struct _CamelPartitionTableClass CamelPartitionTableClass; struct _CamelPartitionKey { camel_hash_t hashid; @@ -97,7 +97,7 @@ typedef struct _CamelKeyBlock CamelKeyBlock; typedef struct _CamelKeyRootBlock CamelKeyRootBlock; typedef struct _CamelKeyTable CamelKeyTable; -typedef struct _CamelKeyTable CamelKeyTableClass; +typedef struct _CamelKeyTableClass CamelKeyTableClass; struct _CamelKeyRootBlock { camel_block_t first; |