summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/gif.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-04-02 20:47:29 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-04-02 20:47:29 (GMT)
commit5b02211e762bad3ab6037aef314000ddc0bd81a5 (patch)
tree197d2860eacc257cf97cdd0bae73a9503571014c /hl/tools/gif2h5/gif.h
parent104e1cd848e26eda1c774937c3beb38ff5861fd8 (diff)
downloadhdf5-5b02211e762bad3ab6037aef314000ddc0bd81a5.zip
hdf5-5b02211e762bad3ab6037aef314000ddc0bd81a5.tar.gz
hdf5-5b02211e762bad3ab6037aef314000ddc0bd81a5.tar.bz2
[svn-r13574]
bug fix check if a palette is to be linked and correct wrong calls in some functions with missing arguments
Diffstat (limited to 'hl/tools/gif2h5/gif.h')
-rw-r--r--hl/tools/gif2h5/gif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/gif.h b/hl/tools/gif2h5/gif.h
index eee31fa..031c141 100644
--- a/hl/tools/gif2h5/gif.h
+++ b/hl/tools/gif2h5/gif.h
@@ -162,7 +162,7 @@ int hdfWriteGIF(FILE *fp, BYTE *pic, int ptype, int w, int h, BYTE *rmap,
int colorstyle, int BitsPerPixel);
/* WRITEHDF.C */
-int WriteHDF(GIFTOMEM , CHAR *);
+int WriteHDF(GIFTOMEM , CHAR * , CHAR *);
/* Function: ReadHDF
** Return: 0 on completion without error, -1 on error