aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libdce.h')
-rw-r--r--libdce.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libdce.h b/libdce.h
index ea63e66..9377892 100644
--- a/libdce.h
+++ b/libdce.h
@@ -54,8 +54,7 @@ typedef enum dce_error_status {
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_EOMAPDRM_FAIL = -7
58 DCE_ESEMAPHORE_FAIL = -8
59} dce_error_status; 58} dce_error_status;
60 59
61/***************************** Memory Allocation/Free APIs *****************************/ 60/***************************** Memory Allocation/Free APIs *****************************/