alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
345 stars 176 forks source link

ucm: mark internal functions static #335

Closed neobrain closed 11 months ago

neobrain commented 1 year ago

I've ran into build issues in a project that links against both libalsa and libxkbcommon, which both export a function called parse_string. Changing internal functions to internal linkage (static) prevents this kind of problem.