diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-24 05:44:17 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-24 05:44:17 +0100 |
commit | 3ff5371635ae392034ad3905fa03e814dabda98e (patch) | |
tree | 0b94c1f5648e65e04415c5072d1270e84997e354 /src/filelist.h | |
parent | d72a19e7a3d58a4f9b314559378b17d4a6590c17 (diff) |
Handle URL-encoded components in "feh --start-at file://...."
Closes #584
Diffstat (limited to 'src/filelist.h')
-rw-r--r-- | src/filelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filelist.h b/src/filelist.h index e24a6a6..ff0645e 100644 --- a/src/filelist.h +++ b/src/filelist.h @@ -97,6 +97,7 @@ gib_list *feh_read_filelist(char *filename); char *feh_absolute_path(char *path); gib_list *feh_file_remove_from_list(gib_list * list, gib_list * l); void feh_save_filelist(); +char *feh_http_unescape(char * url); int feh_cmp_name(void *file1, void *file2); int feh_cmp_dirname(void *file1, void *file2); |