aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-05 22:47:35 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-05 22:47:35 +0300
commitaffee01c15193581eb2d6c80a045071b90e00ec7 (patch)
tree79a8f0b6a237bedbfdaf709036a1e91ffca93838
parentf61b07207eb70709a50f55cef8e40a1ae5a40e0f (diff)
downloadvideoteco-fork-affee01c15193581eb2d6c80a045071b90e00ec7.tar.gz
removed declaration of tgetstr()
It's in termcap.h...
-rw-r--r--tecterm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tecterm.c b/tecterm.c
index a4417a4..fe48e6c 100644
--- a/tecterm.c
+++ b/tecterm.c
@@ -63,10 +63,6 @@ char *tgetstr(char *, char **);
void term_puts( char *termcap_string, int lines_affected );
#ifdef TERMCAP
- char *tgetstr();
-#endif
-
-#ifdef TERMCAP
int termcap_co;
int termcap_li;
int termcap_sg;