diff options
Diffstat (limited to 'src/uca.h')
-rw-r--r-- | src/uca.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -302,8 +302,7 @@ const char* uca_get_property_name(enum uca_property_ids property_id); */ uca_property_t *uca_get_full_property(enum uca_property_ids property_id); - - +#define uca_set_void(p, type, value) { *((type *) p) = (type) value; } #ifdef __cplusplus } |