From 5acb22a6a7168f8b961777482f39a125158def50 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 5 Mar 2020 15:17:45 +0100 Subject: Cleanup: Remove the E_ prefix from all libsquashfs enumerators Avoid namespace polution. Make sure all exportet symbols are prefixed with either sqfs_ or SQFS_. Signed-off-by: David Oberhollenzer --- include/sqfs/block.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sqfs/block.h') diff --git a/include/sqfs/block.h b/include/sqfs/block.h index 5e79ff7..7cc815c 100644 --- a/include/sqfs/block.h +++ b/include/sqfs/block.h @@ -57,7 +57,7 @@ struct sqfs_fragment_t { }; /** - * @enum E_SQFS_BLK_FLAGS + * @enum SQFS_BLK_FLAGS * * @brief Generic flags that tell the processor what to do with a block and * flags that the processor sets when it is done with a block. @@ -136,6 +136,6 @@ typedef enum { * @brief The combination of all flags that are user settable. */ SQFS_BLK_USER_SETTABLE_FLAGS = 0x000F, -} E_SQFS_BLK_FLAGS; +} SQFS_BLK_FLAGS; #endif /* SQFS_BLOCK_H */ -- cgit v1.2.3