X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=panel%2Fp_hide.c;h=c3bcc8a74f5cb3c02df65f13a2b32ad854184c8a;hb=d6c65d287166c3105ece4a5e3f3ec7af5a5f26a3;hp=fc26f752fe143ccb8d686cb0a25dc7b0fc372679;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/panel/p_hide.c b/panel/p_hide.c index fc26f752..c3bcc8a7 100644 --- a/panel/p_hide.c +++ b/panel/p_hide.c @@ -37,9 +37,9 @@ */ #include "panel.priv.h" -MODULE_ID("$Id: p_hide.c,v 1.12 2020/02/02 23:34:34 tom Exp $") +MODULE_ID("$Id: p_hide.c,v 1.13 2020/05/24 01:40:20 anonymous.maarten Exp $") -NCURSES_EXPORT(int) +PANEL_EXPORT(int) hide_panel(register PANEL * pan) { int err = ERR;