X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fimgproc.h;h=45a434bd2b7c5dc23893db03070987f550234ffb;hb=b516a64aa419c6a06613b1c880db2b9a1605b949;hp=21642687f1da190685b79e3ede01336e5ab952fa;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/imgproc.h b/src/imgproc.h index 2164268..45a434b 100644 --- a/src/imgproc.h +++ b/src/imgproc.h @@ -18,6 +18,9 @@ along with XEmacs; see the file COPYING. If not, write to 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 @@ typedef struct { #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_ */