summaryrefslogtreecommitdiff
path: root/src/util.h
blob: a58585e90562955f3f0dca1ce1c72428f65b788e (plain)
1
2
3
4
5
6
7
#ifndef _UTIL_H_
#define _UTIL_H_

void
pgm_save(unsigned char *buf, int wrap, int xsize, int ysize, char *filename);

#endif /* _UTIL_H_ */