summaryrefslogtreecommitdiffstats
path: root/src/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.h')
-rw-r--r--src/source.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/source.h b/src/source.h
index 1442b9f0..078fb1c9 100644
--- a/src/source.h
+++ b/src/source.h
@@ -29,4 +29,8 @@ void source_post(struct source*s, struct memchunk *b);
void source_notify(struct source *s);
+char *source_list_to_string(struct core *c);
+
+struct source* source_get_default(struct core *c);
+
#endif