diff options
Diffstat (limited to 'include/conf.h')
-rw-r--r-- | include/conf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h index eea2958d..825925c5 100644 --- a/include/conf.h +++ b/include/conf.h @@ -4,6 +4,11 @@ * \{ */ +/** dlsym version for config evaluate callback */ +#define SND_CONFIG_DLSYM_VERSION_EVALUATE _dlsym_config_evaluate_001 +/** dlsym version for config hook callback */ +#define SND_CONFIG_DLSYM_VERSION_HOOK _dlsym_config_hook_001 + /** Config node type */ typedef enum _snd_config_type { /** Integer number */ |