summaryrefslogtreecommitdiff
path: root/src/feh_png.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feh_png.h')
-rw-r--r--src/feh_png.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feh_png.h b/src/feh_png.h
index 6502978..035d36a 100644
--- a/src/feh_png.h
+++ b/src/feh_png.h
@@ -26,13 +26,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef FEH_PNG_H
#define FEH_PNG_H
-#include "feh.h"
-
#include <stdio.h>
#include <stdarg.h>
+#include "feh.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);