summaryrefslogtreecommitdiff
path: root/tbdiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'tbdiff.h')
-rw-r--r--tbdiff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbdiff.h b/tbdiff.h
index 3949283..2a4bcf6 100644
--- a/tbdiff.h
+++ b/tbdiff.h
@@ -71,7 +71,8 @@ typedef enum {
TBD_ERROR_UNABLE_TO_READ_SYMLINK = -18,
TBD_ERROR_UNABLE_TO_CREATE_SYMLINK = -19,
TBD_ERROR_UNABLE_TO_READ_SPECIAL_FILE = -20,
- TBD_ERROR_UNABLE_TO_CREATE_SPECIAL_FILE = - 21,
+ TBD_ERROR_UNABLE_TO_CREATE_SPECIAL_FILE = -21,
+ TBD_ERROR_UNABLE_TO_CREATE_SOCKET_FILE = -22,
} tbd_error_e;
#ifdef NDEBUG