Use get_expanded_path() in cmd_senfile()

This commit is contained in:
Michael Vetter
2020-12-09 08:31:09 +01:00
parent a2291b36c4
commit 55f09b6152
2 changed files with 3 additions and 8 deletions

View File

@@ -108,5 +108,6 @@ gboolean call_external(gchar** argv, gchar*** const output_ptr, gchar*** const e
gchar** format_call_external_argv(const char* template, const char* url, const char* filename);
gchar* unique_filename_from_url(const char* url, const char* path);
gchar* get_expanded_path(const char *path);
#endif