~ctwm/ctwm/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * JPEG image handling function bits
 */
#ifndef _CTWM_IMAGE_JPEG_H
#define _CTWM_IMAGE_JPEG_H

/* For Image type */
#include "types.h"

Image *GetJpegImage(const char *name);


#endif /* _CTWM_IMAGE_JPEG_H */