CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/image_jpeg.h
Go to the documentation of this file.
1/*
2 * JPEG image handling function bits
3 */
4#ifndef _CTWM_IMAGE_JPEG_H
5#define _CTWM_IMAGE_JPEG_H
6
7Image *GetJpegImage(const char *name);
8
9#endif /* _CTWM_IMAGE_JPEG_H */
Image * GetJpegImage(const char *name)
Definition image_jpeg.c:46
Definition image.h:9