summaryrefslogtreecommitdiff
path: root/include/sqfs/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqfs/error.h')
-rw-r--r--include/sqfs/error.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sqfs/error.h b/include/sqfs/error.h
index a9a0acf..ddfeadd 100644
--- a/include/sqfs/error.h
+++ b/include/sqfs/error.h
@@ -103,6 +103,10 @@ typedef enum {
* legal range (4k to 1M).
*/
SQFS_ERROR_SUPER_BLOCK_SIZE = -11,
+
+ SQFS_ERROR_NOT_DIR = -12,
+
+ SQFS_ERROR_NO_ENTRY = -13,
} E_SQFS_ERROR;
#endif /* SQFS_ERROR_H */