summaryrefslogtreecommitdiff
path: root/src/termcap.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2015-12-22 18:35:25 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-12-22 18:35:25 +0100
commitcd6ece75aaedcec2d97001b1de590fcb47d1e05d (patch)
treed26bfc8dd1b61d027121535c05af09c405141b38 /src/termcap.h
parent6917e9d98ef8772a39896661c6e85e42697500bb (diff)
downloadscreen-cd6ece75aaedcec2d97001b1de590fcb47d1e05d.tar.gz
convert aflag to bool
Diffstat (limited to 'src/termcap.h')
-rw-r--r--src/termcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termcap.h b/src/termcap.h
index fdb7767..f3e6eb0 100644
--- a/src/termcap.h
+++ b/src/termcap.h
@@ -2,7 +2,7 @@
#define SCREEN_TERMCAP_H
int InitTermcap (int, int);
-char *MakeTermcap (int);
+char *MakeTermcap (bool);
char *gettermcapstring (char *);
int remap (int, int);
void CheckEscape (void);