diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-15 19:12:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-15 19:12:24 +0000 |
commit | 5ae0c7aa4dc3981f2cbb90c48eddd9b2b62453a0 (patch) | |
tree | fad8f0a7e3df865833d8e1027003c1584a721593 /lib/libcurses/curses.priv.h | |
parent | 6db043601217d8ab6b5c564bd032eae7da5cdf78 (diff) |
ncurses-4.2-990314
Diffstat (limited to 'lib/libcurses/curses.priv.h')
-rw-r--r-- | lib/libcurses/curses.priv.h | 6 |
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 */ |