X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/cdde55f54a0880bde5694fcdea8e386ada0cd5ce..c00c1c15f28f3d926d9ce500417265f8afe72eca:/include/text.h diff --git a/include/text.h b/include/text.h index 9506d40..474e123 100644 --- a/include/text.h +++ b/include/text.h @@ -3,7 +3,7 @@ #include extern void text_init(); -extern void text_render(unsigned char *buf, unsigned int x, unsigned int y, unsigned int w, unsigned int h); +extern void text_render(char *buf, int x, int y, int w, int h); extern uint32_t text_checksum(int x, int y, int w, int h); #endif