diff options
Diffstat (limited to 'source3/include/nterr.h')
-rw-r--r-- | source3/include/nterr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index a94464a013..2b5285a41f 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -505,3 +505,5 @@ #define NT_STATUS_QUOTA_LIST_INCONSISTENT (614) #define NT_STATUS_FILE_IS_OFFLINE (615) #define NT_STATUS_NOTIFY_ENUM_DIR (0x10C) +#define NT_STATUS_MORE_ENTRIES (0x105) +#define NT_STATUS_NO_SUCH_JOB (0xEDE) /* scheduler */ |