aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libdce.h')
-rw-r--r--libdce.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdce.h b/libdce.h
index fdf2c7f..5d4ffa8 100644
--- a/libdce.h
+++ b/libdce.h
@@ -53,7 +53,8 @@ typedef enum dce_error_status {
53 DCE_EXDM_UNSUPPORTED = -3, 53 DCE_EXDM_UNSUPPORTED = -3,
54 DCE_EIPC_CREATE_FAIL = -4, 54 DCE_EIPC_CREATE_FAIL = -4,
55 DCE_EIPC_CALL_FAIL = -5, 55 DCE_EIPC_CALL_FAIL = -5,
56 DCE_EINVALID_INPUT = -6 56 DCE_EINVALID_INPUT = -6,
57 DCE_EOMAPDRM_FAIL = -7
57} dce_error_status; 58} dce_error_status;
58 59
59 60