summaryrefslogtreecommitdiffstats
path: root/src/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.h')
-rw-r--r--src/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.h b/src/source.h
index 04f3984f..afae5a68 100644
--- a/src/source.h
+++ b/src/source.h
@@ -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 */