summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/include/nc_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/include/nc_panel.h')
-rw-r--r--contrib/ncurses/include/nc_panel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ncurses/include/nc_panel.h b/contrib/ncurses/include/nc_panel.h
index dbb20fa..bb1f674 100644
--- a/contrib/ncurses/include/nc_panel.h
+++ b/contrib/ncurses/include/nc_panel.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * 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 *
@@ -33,7 +33,7 @@
/*
- * $Id: nc_panel.h,v 1.2 1998/02/11 12:13:45 tom Exp $
+ * $Id: nc_panel.h,v 1.3 2000/12/10 02:04:35 tom Exp $
*
* nc_panel.h
*
@@ -57,7 +57,7 @@ struct panelhook {
};
/* Retrieve the panelhook of the current screen */
-extern struct panelhook* _nc_panelhook(void);
+extern NCURSES_EXPORT(struct panelhook*) _nc_panelhook (void);
#ifdef __cplusplus
}
OpenPOWER on IntegriCloud