diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-04-16 18:08:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-04-16 18:08:48 +0200 |
commit | b79cb3cf073ccf5fac8075ec7e8263852ebc3e14 (patch) | |
tree | 9ac369fd32c9103172d4c16b2307304f9352be05 /src/feh_png.h | |
parent | 1535aed1c450cf45cdaf1dad76e2a2e6cb0aae6f (diff) | |
parent | a22f14528deeee8d3ee2795f0eeef305785c964c (diff) |
Merge branch 'Ferada-xdg-thumbnails'
Diffstat (limited to 'src/feh_png.h')
-rw-r--r-- | src/feh_png.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feh_png.h b/src/feh_png.h index 6502978..ac3375f 100644 --- a/src/feh_png.h +++ b/src/feh_png.h @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <stdarg.h> gib_hash *feh_png_read_comments(char *file); -int feh_png_write_png(Imlib_Image image, char *file, ...); +int feh_png_write_png_fd(Imlib_Image image, int fd, ...); int feh_png_file_is_png(FILE * fp); |