a bit of late pa_bool_t'ization

This commit is contained in:
Lennart Poettering 2008-10-03 17:14:35 +02:00
parent d56f3751fe
commit 7c2cb77583
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ void pa_namereg_free(pa_core *c) {
pa_hashmap_free(c->namereg, NULL, NULL);
}
const char *pa_namereg_register(pa_core *c, const char *name, pa_namereg_type_t type, void *data, int fail) {
const char *pa_namereg_register(pa_core *c, const char *name, pa_namereg_type_t type, void *data, pa_bool_t fail) {
struct namereg_entry *e;
char *n = NULL;