summaryrefslogtreecommitdiffstats
path: root/src/sourceoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sourceoutput.h')
-rw-r--r--src/sourceoutput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sourceoutput.h b/src/sourceoutput.h
index fecfea34..359ff151 100644
--- a/src/sourceoutput.h
+++ b/src/sourceoutput.h
@@ -25,4 +25,6 @@ void source_output_free(struct source_output* o);
void source_output_kill(struct source_output*o);
+char *source_output_list_to_string(struct core *c);
+
#endif