From 332fa27640b1901ac632e6d37a4aa9643d0f8594 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 20 Oct 2021 23:22:45 +0000 Subject: ncurses-6.3 --- panel/p_below.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'panel/p_below.c') diff --git a/panel/p_below.c b/panel/p_below.c index a8b1ef4..100393d 100644 --- a/panel/p_below.c +++ b/panel/p_below.c @@ -37,10 +37,10 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_below.c,v 1.10 2020/02/02 23:34:34 tom Exp $") +MODULE_ID("$Id: p_below.c,v 1.11 2020/05/24 01:40:20 anonymous.maarten Exp $") #if NCURSES_SP_FUNCS -NCURSES_EXPORT(PANEL *) +PANEL_EXPORT(PANEL *) ceiling_panel(SCREEN * sp) { T((T_CALLED("ceiling_panel(%p)"), (void *)sp)); @@ -61,7 +61,7 @@ ceiling_panel(SCREEN * sp) } #endif -NCURSES_EXPORT(PANEL *) +PANEL_EXPORT(PANEL *) panel_below(const PANEL * pan) { PANEL *result; -- cgit v1.2.1