home *** CD-ROM | disk | FTP | other *** search
- /* Function prototypes for jpeg.library */
- ULONG __asm __saveds AllocJPEGDecompressA(register __a0 struct JPEGDecHandle ** , register __a1 struct TagItem * );
- ULONG __asm __saveds FreeJPEGDecompress(register __a0 struct JPEGDecHandle * );
- ULONG __asm __saveds DecompressJPEGA(register __a0 struct JPEGDecHandle * , register __a1 struct TagItem * );
- ULONG __asm __saveds AllocJPEGCompressA(register __a0 struct JPEGComHandle ** , register __a1 struct TagItem * );
- ULONG __asm __saveds FreeJPEGCompress(register __a0 struct JPEGComHandle * );
- ULONG __asm __saveds CompressJPEGA(register __a0 struct JPEGComHandle * , register __a1 struct TagItem * );
- void * __asm __saveds AllocRGBFromJPEGA(register __a0 struct JPEGDecHandle * , register __a1 struct TagItem * );
- void __asm __saveds FreeJPEGRGBBuffer(register __a0 void * );
- ULONG __asm __saveds GetJPEGInfoA(register __a0 void * , register __a1 struct TagItem * );
- ULONG __stdargs AllocJPEGDecompress(struct JPEGDecHandle ** , ...);
- ULONG __stdargs DecompressJPEG(struct JPEGDecHandle * , ...);
- ULONG __stdargs AllocJPEGCompress(struct JPEGComHandle ** , ...);
- ULONG __stdargs CompressJPEG(struct JPEGComHandle * , ...);
- void * __stdargs AllocRGBFromJPEG(struct JPEGDecHandle * , ...);
- ULONG __stdargs GetJPEGInfo(void * , ...);
-