aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorjames <>2008-02-07 12:41:06 +0000
committerjames <>2008-02-07 12:41:06 +0000
commit2989eb3e46280a68714713b28cb7392ee749538e (patch)
tree55ecbb70742e51615d442da614af1fda966853c8 /src/prototypes.h
parentd124ea586616d64499d54f56645616d24fe1f797 (diff)
downloadsympathy-2989eb3e46280a68714713b28cb7392ee749538e.tar.gz
sympathy-2989eb3e46280a68714713b28cb7392ee749538e.tar.bz2
sympathy-2989eb3e46280a68714713b28cb7392ee749538e.zip
*** empty log message ***
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index f69feb8..085006b 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -5,6 +5,7 @@ void ansi_getsize(ANSI *a);
void ansi_move(ANSI *a, CRT_Pos p);
void ansi_showhide_cursor(ANSI *a, int hide);
void ansi_force_attr_normal(ANSI *a);
+void ansi_set_color(ANSI *a, int color);
void ansi_set_attr(ANSI *a, int attr);
void ansi_render(ANSI *a, CRT_CA ca);
void ansi_cls(ANSI *a);