diff options
author | 2001-01-22 18:01:32 +0000 | |
---|---|---|
committer | 2001-01-22 18:01:32 +0000 | |
commit | 84af20cee44481ef9eb2070c76702603863c1a4c (patch) | |
tree | b232b1727be5b5b1854432f2b87c149f7522cb9d /lib/libpanel/p_top.c | |
parent | fix memory leaks in SSH2 key exchange; ok markus@ (diff) | |
download | wireguard-openbsd-84af20cee44481ef9eb2070c76702603863c1a4c.tar.xz wireguard-openbsd-84af20cee44481ef9eb2070c76702603863c1a4c.zip |
Update to ncurses-5.2-20010114
Diffstat (limited to 'lib/libpanel/p_top.c')
-rw-r--r-- | lib/libpanel/p_top.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpanel/p_top.c b/lib/libpanel/p_top.c index 6a68804f1c5..8a2215e8fd6 100644 --- a/lib/libpanel/p_top.c +++ b/lib/libpanel/p_top.c @@ -1,7 +1,7 @@ -/* $OpenBSD: p_top.c,v 1.2 1998/07/24 17:08:16 millert Exp $ */ +/* $OpenBSD: p_top.c,v 1.3 2001/01/22 18:02:10 millert Exp $ */ /**************************************************************************** - * Copyright (c) 1998 Free Software Foundation, Inc. * + * Copyright (c) 1998,2000 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -38,10 +38,10 @@ */ #include "panel.priv.h" -MODULE_ID("$From: p_top.c,v 1.2 1998/02/11 12:14:01 tom Exp $") +MODULE_ID("$From: p_top.c,v 1.3 2000/12/10 02:20:44 tom Exp $") -int -top_panel(PANEL *pan) +NCURSES_EXPORT(int) +top_panel (PANEL *pan) { return(show_panel(pan)); } |