diff options
Diffstat (limited to 'sysutils/screen/files/patch-extern.h')
-rw-r--r-- | sysutils/screen/files/patch-extern.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-extern.h b/sysutils/screen/files/patch-extern.h new file mode 100644 index 000000000000..6c35526bfa98 --- /dev/null +++ b/sysutils/screen/files/patch-extern.h @@ -0,0 +1,10 @@ +--- extern.h.orig 2019-10-01 15:08:00.000000000 -0700 ++++ extern.h 2019-10-28 19:37:41.584313000 -0700 +@@ -235,6 +235,7 @@ + /* termcap.c */ + extern int InitTermcap __P((int, int)); + extern char *MakeTermcap __P((int)); ++extern void DumpTermcap __P((int, FILE *)); + extern char *gettermcapstring __P((char *)); + #ifdef MAPKEYS + extern int remap __P((int, int)); |