diff options
Diffstat (limited to 'include/sqfs/error.h')
-rw-r--r-- | include/sqfs/error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sqfs/error.h b/include/sqfs/error.h index ddfeadd..31ebb47 100644 --- a/include/sqfs/error.h +++ b/include/sqfs/error.h @@ -107,6 +107,8 @@ typedef enum { SQFS_ERROR_NOT_DIR = -12, SQFS_ERROR_NO_ENTRY = -13, + + SQFS_ERROR_LINK_LOOP = -14, } E_SQFS_ERROR; #endif /* SQFS_ERROR_H */ |