X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=jpeg.h;h=a657e7c394808d4f9e3cef56e1e10297ca3bb059;hb=17a6dfb7c9b37209272a4ea7e07b7dbccd5d0aa8;hp=d6bf4808a48c83ced58d388d3246ca10857fef6e;hpb=8bd9d978b4c3c249c7adf0b7f645e61b0f4ec513;p=xonotic%2Fdarkplaces.git diff --git a/jpeg.h b/jpeg.h index d6bf4808..a657e7c3 100644 --- a/jpeg.h +++ b/jpeg.h @@ -27,8 +27,8 @@ qboolean JPEG_OpenLibrary (void); void JPEG_CloseLibrary (void); -qbyte* JPEG_LoadImage (const qbyte *f, int matchwidth, int matchheight); -qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, qbyte *data); +unsigned char* JPEG_LoadImage (const unsigned char *f, int filesize, int matchwidth, int matchheight); +qboolean JPEG_SaveImage_preflipped (const char *filename, int width, int height, unsigned char *data); #endif