summaryrefslogtreecommitdiffstats
path: root/osdep/findfiles.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-02-23 17:57:08 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-03 21:38:52 +0200
commit5e0a163886f825983c5bfcd4181e6498b0f3e0f2 (patch)
treea2d6b359dc276c69a1e538ee435f19bd3a768c85 /osdep/findfiles.h
parent962eec0440ad65a71c09a9e206e110c62d9de3c8 (diff)
downloadmpv-5e0a163886f825983c5bfcd4181e6498b0f3e0f2.tar.bz2
mpv-5e0a163886f825983c5bfcd4181e6498b0f3e0f2.tar.xz
tl_matroska.c: move the find_files() function here
Move the find_files() function from findfiles.c to tl_matroska.c. Delete the findfiles.c file. Add a check against opendir() failure in find_files().
Diffstat (limited to 'osdep/findfiles.h')
-rw-r--r--osdep/findfiles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/findfiles.h b/osdep/findfiles.h
deleted file mode 100644
index 97443e7319..0000000000
--- a/osdep/findfiles.h
+++ /dev/null
@@ -1,2 +0,0 @@
-char **find_files(const char *original_file, const char *suffix,
- int *num_results_ptr);