The R Project SVN R

Rev

Rev 59039 | Rev 60685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 60253
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, a copy is available at
17
 *  along with this program; if not, a copy is available at
18
 *  http://www.r-project.org/Licenses/
18
 *  http://www.r-project.org/Licenses/
19
 */
19
 */
20
 
20
 
21
/* This header file is to provide hooks for external GUIs such as
21
/* This header file is to provide hooks for alternative front-ends,
22
   GNOME and Cocoa.  It is only used on Unix-alikes.  All entries
22
   e.g. GUIs such as GNOME and Cocoa.  It is only used on Unix-alikes.
23
   here should be documented in doc/manual/R-exts.texi
23
   All entries here should be documented in doc/manual/R-exts.texi.
-
 
24
 
-
 
25
   It should not be included by package sources unless they are
-
 
26
   providing such a front-end.
24
*/
27
*/
25
 
28
 
26
#ifndef RINTERFACE_H_
29
#ifndef RINTERFACE_H_
27
#define RINTERFACE_H_
30
#define RINTERFACE_H_
28
 
31