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/error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/sqfs/error.h') diff --git a/include/sqfs/error.h b/include/sqfs/error.h index 055e98f..e13d204 100644 --- a/include/sqfs/error.h +++ b/include/sqfs/error.h @@ -23,11 +23,11 @@ /** * @file error.h * - * @brief Contains the @ref E_SQFS_ERROR enumerator. + * @brief Contains the @ref SQFS_ERROR enumerator. */ /** - * @enum E_SQFS_ERROR + * @enum SQFS_ERROR * * @brief Error codes that can be returned by various libsquashfs functions. */ @@ -145,6 +145,6 @@ typedef enum { * performed and the object can still be used. */ SQFS_ERROR_SEQUENCE = -17, -} E_SQFS_ERROR; +} SQFS_ERROR; #endif /* SQFS_ERROR_H */ -- cgit v1.2.3