changeset: 89:06ca7d98c098
user: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
date: Thu Aug 26 21:33:53 2010 +0200
files: st.c
description:
update function prototypes.
diff -r 1519d1ae91bd -r 06ca7d98c098 st.c
--- a/st.c Thu Aug 26 21:32:34 2010 +0200
+++ b/st.c Thu Aug 26 21:33:53 2010 +0200
@@ -136,6 +136,7 @@
static void tmoveto(int, int);
static void tnew(int, int);
static void tnewline(void);
+static void tputtab(void);
static void tputc(char);
static void tputs(char*, int);
static void treset(void);
@@ -152,6 +153,9 @@
static void ttyresize(int, int);
static void ttywrite(const char *, size_t);
+static void xbell(void);
+static void xdraws(char *, Glyph, int, int, int);
+static void xhints(void);
static void xclear(int, int, int, int);
static void xcursor(int);
static void xinit(void);
Received on Thu Aug 26 2010 - 19:39:56 CEST
This archive was generated by hypermail 2.2.0 : Thu Aug 26 2010 - 19:48:07 CEST