X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/a5401a50a67ebf1d86e979ee5556961b24a25400..62db10c952232af76a7158ff20761c30f68a5c13:/src/pulsecore/namereg.h?ds=sidebyside diff --git a/src/pulsecore/namereg.h b/src/pulsecore/namereg.h index b91dd52d..38fae6f5 100644 --- a/src/pulsecore/namereg.h +++ b/src/pulsecore/namereg.h @@ -8,7 +8,7 @@ PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 2 of the License, + by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. PulseAudio is distributed in the hope that it will be useful, but @@ -34,8 +34,6 @@ typedef enum pa_namereg_type { PA_NAMEREG_CARD } pa_namereg_type_t; -void pa_namereg_free(pa_core *c); - const char *pa_namereg_register(pa_core *c, const char *name, pa_namereg_type_t type, void *data, pa_bool_t fail); void pa_namereg_unregister(pa_core *c, const char *name); void* pa_namereg_get(pa_core *c, const char *name, pa_namereg_type_t type);