X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Freadpng.h;h=924b3415605d7b2171c348af0d206ee834b1fcea;hb=7fd8dbbb9f7884a40e889482d25db9124665ca2d;hp=ce5d6351e29141b6626075ec8f07be6b29606294;hpb=f0c1692d553634f350ae8b5d896f44cdd21298ba;p=libpicofe.git diff --git a/common/readpng.h b/common/readpng.h index ce5d635..924b341 100644 --- a/common/readpng.h +++ b/common/readpng.h @@ -12,6 +12,7 @@ extern "C" { #endif int readpng(void *dest, const char *fname, readpng_what what, int w, int h); +int writepng(const char *fname, unsigned short *src, int w, int h); #ifdef __cplusplus }