X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fnc_panel.h;fp=include%2Fnc_panel.h;h=ece9594736835c8f58a2a529b49ce2460e0ab0de;hp=6578577ee9887d4ac1738a75795d685d9692b07d;hb=fc79b49bd8a9c5e4db287514cdac46e1691cf48a;hpb=92059d2075d7eddb4b79ee277e3fbb7c16faa69f diff --git a/include/nc_panel.h b/include/nc_panel.h index 6578577e..ece95947 100644 --- a/include/nc_panel.h +++ b/include/nc_panel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2000,2008 Free Software Foundation, Inc. * + * Copyright (c) 1998-2008,2009 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 * @@ -33,7 +33,7 @@ /* - * $Id: nc_panel.h,v 1.5 2008/08/04 18:26:46 tom Exp $ + * $Id: nc_panel.h,v 1.6 2009/04/11 21:17:57 tom Exp $ * * nc_panel.h * @@ -62,6 +62,10 @@ struct panelhook { /* Retrieve the panelhook of the current screen */ extern NCURSES_EXPORT(struct panelhook*) _nc_panelhook (void); +#if NCURSES_SP_FUNCS +extern NCURSES_EXPORT(struct panelhook*) NCURSES_SP_NAME(_nc_panelhook) (SCREEN *); +#endif + #ifdef __cplusplus } #endif