mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04: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
|
|
@ -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