summaryrefslogtreecommitdiff
path: root/src/input/pnm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/pnm.h')
-rw-r--r--src/input/pnm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/pnm.h b/src/input/pnm.h
index a2fb68539..1d4c54698 100644
--- a/src/input/pnm.h
+++ b/src/input/pnm.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: pnm.h,v 1.2 2002/12/12 22:08:15 holstsn Exp $
+ * $Id: pnm.h,v 1.3 2003/01/31 14:06:17 miguelfreitas Exp $
*
* pnm util functions header by joschka
*/
@@ -37,7 +37,7 @@ pnm_t* pnm_connect (const char *url);
int pnm_read (pnm_t *this, char *data, int len);
void pnm_close (pnm_t *this);
-int pnm_peek_header (pnm_t *this, char *data);
+int pnm_peek_header (pnm_t *this, char *data, int maxsize);
#endif