summaryrefslogtreecommitdiff
path: root/lib/libcurses/base/lib_restart.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcurses/base/lib_restart.c')
-rw-r--r--lib/libcurses/base/lib_restart.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcurses/base/lib_restart.c b/lib/libcurses/base/lib_restart.c
index c77edbeb067..c7a2797b7d1 100644
--- a/lib/libcurses/base/lib_restart.c
+++ b/lib/libcurses/base/lib_restart.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lib_restart.c,v 1.3 2000/10/08 22:46:59 millert Exp $ */
+/* $OpenBSD: lib_restart.c,v 1.4 2001/01/22 18:01:43 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
@@ -49,10 +49,11 @@
#include <term.h> /* lines, columns, cur_term */
-MODULE_ID("$From: lib_restart.c,v 1.3 2000/09/02 18:09:44 tom Exp $")
+MODULE_ID("$From: lib_restart.c,v 1.4 2000/12/10 01:26:52 tom Exp $")
-int
-restartterm(NCURSES_CONST char *termp, int filenum, int *errret)
+NCURSES_EXPORT(int)
+restartterm
+(NCURSES_CONST char *termp, int filenum, int *errret)
{
int saveecho = SP->_echo;
int savecbreak = SP->_cbreak;