Some small modifications to make doxygen happy.

This commit is contained in:
Jaroslav Kysela 2001-08-15 14:04:04 +00:00
parent 9af9f033dd
commit 8ae3783494
3 changed files with 9 additions and 5 deletions

View file

@ -98,9 +98,6 @@ int snd_config_get_bool(snd_config_t *conf);
int snd_config_get_ctl_iface_ascii(const char *ascii);
int snd_config_get_ctl_iface(snd_config_t *conf);
int snd_config_refer_load(snd_config_t **dst, char **name,
snd_config_t *root, snd_config_t *config);
#ifdef __cplusplus
}
#endif

View file

@ -14,8 +14,11 @@
/** \} */
/** helper macro for SND_DLSYM_BUILD_VERSION */
#define __SND_DLSYM_VERSION(name, version) _ ## name ## version
/** build version for versioned dynamic symbol */
#define SND_DLSYM_BUILD_VERSION(name, version) char __SND_DLSYM_VERSION(name, version)
/** get version of dynamic symbol as string */
#define SND_DLSYM_VERSION(version) __STRING(version)
int snd_dlsym_verify(void *handle, const char *name, const char *version);