OSDN Git Service

Added missing symbol version
authorJaroslav Kysela <perex@perex.cz>
Mon, 27 Jan 2003 14:39:45 +0000 (14:39 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 27 Jan 2003 14:39:45 +0000 (14:39 +0000)
src/pcm/pcm_hooks.c

index a052530..cd0b961 100644 (file)
@@ -803,3 +803,6 @@ int _snd_pcm_hook_ctl_elems_install(snd_pcm_t *pcm, snd_config_t *conf)
                snd_config_delete(pcm_conf);
        return err;
 }
+#ifndef DOC_HIDDEN
+SND_DLSYM_BUILD_VERSION(_snd_pcm_hook_ctl_elems_install, SND_PCM_DLSYM_VERSION);
+#endif