summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-01 02:02:20 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-01 02:02:20 +0100
commitf955fdc7c6a8c651c9e67fb1f79d3f0b2f72df11 (patch)
treec82845c58f791e8f021a8c785d0a4d1a12eec3e7 /cmdutils.h
parent3e5ea9e471d8f08bfa0c6aa86241393a3d08066a (diff)
parent02170990fdb2a05c6eaf5fd449f440ec51c0f822 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: cmdutils: Rename read_file to cmdutils_read_file Conflicts: ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 6d2e82b4eb..3544cdb9f0 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -323,7 +323,7 @@ int read_yesno(void);
* @return 0 in case of success, a negative value corresponding to an
* AVERROR error code in case of failure.
*/
-int read_file(const char *filename, char **bufptr, size_t *size);
+int cmdutils_read_file(const char *filename, char **bufptr, size_t *size);
/**
* Get a file corresponding to a preset file.