summaryrefslogtreecommitdiff
path: root/src/feh_png.h
diff options
context:
space:
mode:
authorOlof-Joachim Frahm <olof@macrolet.net>2017-04-05 23:02:56 +0200
committerOlof-Joachim Frahm <olof@macrolet.net>2017-04-05 23:02:56 +0200
commit848c5f8aa4e55a6192bb39db234f8af4a63b2168 (patch)
tree5001ff51b093b2c4e7a918974eb38afa3019b699 /src/feh_png.h
parentc42d55428b2a5c7ab1281aa9906cff2aaac50fe9 (diff)
Use temporary file to create thumbnail.
Diffstat (limited to 'src/feh_png.h')
-rw-r--r--src/feh_png.h2
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);