]> code.delx.au - pulseaudio/blobdiff - src/source.h
add name registrar
[pulseaudio] / src / source.h
index 04f3984f7379816c8acdf72a0e553f8ec20bad76..afae5a68ba90a2f53fa45ecf0d8a3c133f52bf65 100644 (file)
@@ -21,7 +21,7 @@ struct source {
     void *userdata;
 };
 
-struct source* source_new(struct core *core, const char *name, const struct pa_sample_spec *spec);
+struct source* source_new(struct core *core, const char *name, int fail, const struct pa_sample_spec *spec);
 void source_free(struct source *s);
 
 /* Pass a new memory block to all output streams */