summaryrefslogtreecommitdiffstats
path: root/eo_definitions.h
diff options
context:
space:
mode:
Diffstat (limited to 'eo_definitions.h')
-rw-r--r--eo_definitions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/eo_definitions.h b/eo_definitions.h
index 209cf7e..16f2f9c 100644
--- a/eo_definitions.h
+++ b/eo_definitions.h
@@ -15,9 +15,9 @@ typedef struct _eo_ret_def
typedef enum _param_way
{
- IN,
- OUT,
- INOUT,
+ PARAM_IN,
+ PARAM_OUT,
+ PARAM_INOUT,
PARAM_WAY_LAST
} Param_Way;