mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Some small modifications to make doxygen happy.
This commit is contained in:
parent
9af9f033dd
commit
8ae3783494
3 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue