diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-05 22:47:35 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-05-05 22:47:35 +0300 |
commit | affee01c15193581eb2d6c80a045071b90e00ec7 (patch) | |
tree | 79a8f0b6a237bedbfdaf709036a1e91ffca93838 | |
parent | f61b07207eb70709a50f55cef8e40a1ae5a40e0f (diff) | |
download | videoteco-fork-affee01c15193581eb2d6c80a045071b90e00ec7.tar.gz |
removed declaration of tgetstr()
It's in termcap.h...
-rw-r--r-- | tecterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |