summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/curses.priv.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-03-15 19:12:19 +0000
committermillert <millert@openbsd.org>1999-03-15 19:12:19 +0000
commit6dfa96fc5df5bbdeae7620249cdda1e18dca48b7 (patch)
tree6e4a06f09be440f9e63b9935cdfcfff07fb8487c /lib/libcurses/curses.priv.h
parentncurses-4.2-990314 (diff)
downloadwireguard-openbsd-6dfa96fc5df5bbdeae7620249cdda1e18dca48b7.tar.xz
wireguard-openbsd-6dfa96fc5df5bbdeae7620249cdda1e18dca48b7.zip
ncurses-4.2-990314
Diffstat (limited to 'lib/libcurses/curses.priv.h')
-rw-r--r--lib/libcurses/curses.priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/curses.priv.h b/lib/libcurses/curses.priv.h
index 8ed5a48153a..09c2eb733e1 100644
--- a/lib/libcurses/curses.priv.h
+++ b/lib/libcurses/curses.priv.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: curses.priv.h,v 1.15 1999/03/12 04:36:02 millert Exp $ */
+/* $OpenBSD: curses.priv.h,v 1.16 1999/03/15 19:12:21 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -35,7 +35,7 @@
/*
- * $From: curses.priv.h,v 1.137 1999/03/03 23:43:39 juergen Exp $
+ * $From: curses.priv.h,v 1.138 1999/03/14 12:25:18 tom Exp $
*
* curses.priv.h
*
@@ -633,7 +633,7 @@ extern void _nc_expanded(void);
extern void *_nc_doalloc(void *, size_t);
#if !HAVE_STRDUP
#define strdup _nc_strdup
-extern char *_nc_strdup(char *);
+extern char *_nc_strdup(const char *);
#endif
/* doupdate.c */