~ubuntu-branches/debian/sid/ncurses/sid-200908151543

« back to all changes in this revision

Viewing changes to include/nc_panel.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-05-24 15:13:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090524151301-uixgxq2zonfov2nr
Tags: 5.7+20090523-1
MergingĀ upstreamĀ versionĀ 5.7+20090523.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
 
 * Copyright (c) 1998-2000,2008 Free Software Foundation, Inc.              *
 
2
 * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc.              *
3
3
 *                                                                          *
4
4
 * Permission is hereby granted, free of charge, to any person obtaining a  *
5
5
 * copy of this software and associated documentation files (the            *
33
33
 
34
34
 
35
35
/*
36
 
 * $Id: nc_panel.h,v 1.5 2008/08/04 18:26:46 tom Exp $
 
36
 * $Id: nc_panel.h,v 1.6 2009/04/11 21:17:57 tom Exp $
37
37
 *
38
38
 *      nc_panel.h
39
39
 *
62
62
/* Retrieve the panelhook of the current screen */
63
63
extern NCURSES_EXPORT(struct panelhook*) _nc_panelhook (void);
64
64
 
 
65
#if NCURSES_SP_FUNCS
 
66
extern NCURSES_EXPORT(struct panelhook*) NCURSES_SP_NAME(_nc_panelhook) (SCREEN *);
 
67
#endif
 
68
 
65
69
#ifdef __cplusplus
66
70
}
67
71
#endif