summaryrefslogtreecommitdiff
path: root/lib/libpanel/p_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpanel/p_win.c')
-rw-r--r--lib/libpanel/p_win.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpanel/p_win.c b/lib/libpanel/p_win.c
index ad62dbcc3e4..b986be31234 100644
--- a/lib/libpanel/p_win.c
+++ b/lib/libpanel/p_win.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: p_win.c,v 1.2 1998/07/24 17:08:20 millert Exp $ */
+/* $OpenBSD: p_win.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_win.c,v 1.2 1998/02/11 12:14:01 tom Exp $")
+MODULE_ID("$From: p_win.c,v 1.3 2000/12/10 02:20:43 tom Exp $")
-WINDOW*
-panel_window(const PANEL *pan)
+NCURSES_EXPORT(WINDOW *)
+panel_window (const PANEL *pan)
{
return(pan ? pan->win : (WINDOW *)0);
}