diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-24 15:09:01 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2011-03-24 15:09:01 +0100 |
commit | 922c36f1b6e7fc08abd5fc073c16cc9bad114880 (patch) | |
tree | 4d3e0c80ebf976e98c4749e289e328a6ce7204fe /src/uca.h | |
parent | f7801334cc8e261aec976cc146251ddf6d9592fa (diff) | |
download | uca-922c36f1b6e7fc08abd5fc073c16cc9bad114880.tar.gz uca-922c36f1b6e7fc08abd5fc073c16cc9bad114880.tar.bz2 uca-922c36f1b6e7fc08abd5fc073c16cc9bad114880.tar.xz uca-922c36f1b6e7fc08abd5fc073c16cc9bad114880.zip |
Minor cleanups like sharing of uca_set_void and making non-exported functions
static
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 } |