Mercurial > hg > xemacs-beta
diff src/imgproc.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | b2472a1930f2 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/src/imgproc.h Mon Aug 13 11:12:06 2007 +0200 +++ b/src/imgproc.h Mon Aug 13 11:13:30 2007 +0200 @@ -18,6 +18,9 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef INCLUDED_imgproc_h_ +#define INCLUDED_imgproc_h_ + /* Synched up with: Not in FSF. */ /* Original author: Jareth Hein */ @@ -60,3 +63,5 @@ #define QUANT_GET_COLOR(qt,r,g,b) (qt->histogram[r>>COLOR_SHIFT][g>>COLOR_SHIFT][b>>COLOR_SHIFT]) quant_table *build_EImage_quantable(unsigned char *eimage, int width, int height, int num_colors); + +#endif /* INCLUDED_imgproc_h_ */