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

@ -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);