Update vnode comparison interface (vtype_variable)
This commit is contained in:
+2
-2
@@ -80,8 +80,8 @@ typedef struct libcdsb_string vtype_string;
|
||||
typedef struct libcdsb_variable vtype_variable;
|
||||
|
||||
|
||||
extern const char* libcdsb_vtype_name (vtype t) Warn_unused_result__;
|
||||
extern const char* libcdsb_vtype_stringify(const void* value, vtype t) Warn_unused_result__;
|
||||
extern const char* libcdsb_vtype_name (vtype t) Warn_unused_result__;
|
||||
extern const char* libcdsb_vtype_stringify(vtype_variable value) Warn_unused_result__;
|
||||
|
||||
inline vtype_variable libcdsb_variable_build(void* value, vtype t) Always_inline__;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user