summaryrefslogtreecommitdiffstats
path: root/tools/gifconv/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gifconv/gif.h')
-rw-r--r--tools/gifconv/gif.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/gifconv/gif.h b/tools/gifconv/gif.h
index 9e4f9e8..a3e26b4 100644
--- a/tools/gifconv/gif.h
+++ b/tools/gifconv/gif.h
@@ -22,6 +22,7 @@
/* typedef H5T_NATIVE_UINT8 BYTE; */
typedef unsigned char BYTE;
+typedef BYTE byte;
/* typedef H5T_NATIVE_UINT16 WORD; */
typedef unsigned long WORD;
@@ -174,5 +175,10 @@ BYTE GetByte(BYTE *);
WORD GetWord(BYTE *);
void cleanup(BYTE*);
+
+/* HDFGIFWR.C */
+extern int
+hdfWriteGIF(FILE *fp, byte *pic, int w, int h, byte *pc2ncmap, int BitsPerPixel);
+
#endif /* GIF_H */