summaryrefslogtreecommitdiff
path: root/test/write-png.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/write-png.h')
-rw-r--r--test/write-png.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/write-png.h b/test/write-png.h
index a71ca6a32..fe0e92b20 100644
--- a/test/write-png.h
+++ b/test/write-png.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2003 USC, Information Sciences Institute
+ * Copyright © 2003 USC, Information Sciences Institute
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
@@ -29,7 +29,7 @@
#define WRITE_PNG_H
void
-write_png_argb32 (char *buffer, char *filename,
+write_png_argb32 (char *buffer, FILE * file,
int width, int height, int stride);
#endif