diff options
Diffstat (limited to 'osdep/findfiles.h')
-rw-r--r-- | osdep/findfiles.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/findfiles.h b/osdep/findfiles.h new file mode 100644 index 0000000000..97443e7319 --- /dev/null +++ b/osdep/findfiles.h @@ -0,0 +1,2 @@ +char **find_files(const char *original_file, const char *suffix, + int *num_results_ptr); |