X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fprototypes.h;h=0f717663f58223a7d04203879edca948bd2b33de;hp=6dc0ca6a1ee78f1883844d47b37604807cdfcb74;hb=6f9cbdaa434b4ff90158de4ae24cebfb8300b36a;hpb=ece1299582523fd5a339398bdddb77f525e2a2fc diff --git a/src/prototypes.h b/src/prototypes.h index 6dc0ca6..0f71766 100644 --- a/src/prototypes.h +++ b/src/prototypes.h @@ -1,6 +1,6 @@ /* ansi.c */ extern int ansi_dispatch(ANSI *a, Context *c); -extern ANSI *ansi_new_from_terminal(ANSI *a, TTY *t); +extern ANSI *ansi_new_from_terminal(TTY *t); /* crt.c */ extern void crt_erase(CRT *c, CRT_Pos s, CRT_Pos e, int ea); extern void crt_cls(CRT *c); @@ -9,9 +9,7 @@ extern void crt_scroll_down(CRT *c, CRT_Pos s, CRT_Pos e, int ea); extern void crt_reset(CRT *c); extern void crt_insert(CRT *c, CRT_CA ca); /* html.c */ -extern void html_entity(FILE *f, int c); -extern void html_render(FILE *f, CRT_CA c); -extern void html_draw(FILE *f, CRT *c); +extern ANSI *ansi_new_html(FILE *f); /* libsympathy.c */ /* render.c */ /* version.c */