summaryrefslogtreecommitdiffstats
path: root/edl.h
diff options
context:
space:
mode:
Diffstat (limited to 'edl.h')
-rw-r--r--edl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/edl.h b/edl.h
index 76d06a03de..508c8b18be 100644
--- a/edl.h
+++ b/edl.h
@@ -23,8 +23,8 @@ struct edl_record {
typedef struct edl_record* edl_record_ptr;
-char *edl_filename; // file to extract EDL entries from (-edl)
-char *edl_output_filename; // file to put EDL entries in (-edlout)
+extern char *edl_filename; // file to extract EDL entries from (-edl)
+extern char *edl_output_filename; // file to put EDL entries in (-edlout)
int edl_check_mode(void); // we cannot do -edl and -edlout at the same time
int edl_count_entries(void); // returns total number of entries needed