diff options
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index 75f6a0e9e..0fb24b254 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -42,6 +42,9 @@ char *ephy_file_tmp_filename (const char *base, void ephy_ensure_dir_exists (const char *dir); +GSList *ephy_file_find (const char *path, + const char *fname, + gint maxdepth); G_END_DECLS |