]> Joshua Wise's Git repositories - netwatch.git/blob - include/text.h
Ref only the head of a pbuf chain, instead of the whole thing, to avoid leaking pbufs.
[netwatch.git] / include / text.h
1 #ifndef _TEXT_H
2
3 #include <stdint.h>
4
5 extern void text_init();
6 extern void text_render(char *buf, int x, int y, int w, int h);
7 extern uint32_t text_checksum(int x, int y, int w, int h);
8
9 #endif
This page took 0.022966 seconds and 4 git commands to generate.