Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / breaders.h
1 /*
2  * $Id: breaders.h,v 1.3 2005/07/15 15:55:13 broeker Exp $
3  */
4
5 /* GNUPLOT - binedf.h */
6
7 /*[
8  * Copyright 2004  Petr Mikulik
9  *
10  * As part of the program Gnuplot, which is
11  *
12  * Copyright 1986 - 1993, 1998, 2004   Thomas Williams, Colin Kelley
13  *
14  * Permission to use, copy, and distribute this software and its
15  * documentation for any purpose with or without fee is hereby granted,
16  * provided that the above copyright notice appear in all copies and
17  * that both that copyright notice and this permission notice appear
18  * in supporting documentation.
19  *
20  * Permission to modify the software is granted, but not the right to
21  * distribute the complete modified source code.  Modifications are to
22  * be distributed as patches to the released version.  Permission to
23  * distribute binaries produced by compiling modified sources is granted,
24  * provided you
25  *   1. distribute the corresponding source modifications from the
26  *    released version in the form of a patch file along with the binaries,
27  *   2. add special version identification to distinguish your version
28  *    in addition to the base release version number,
29  *   3. provide your name and address as the primary contact for the
30  *    support of your modified version, and
31  *   4. retain our contact information in regard to use of the base
32  *    software.
33  * Permission to distribute the released version of the source code along
34  * with corresponding source modifications in the form of a patch file is
35  * granted with same provisions 2 through 4 for binary distributions.
36  *
37  * This software is provided "as is" without express or implied warranty
38  * to the extent permitted by applicable law.
39 ]*/
40
41 #ifndef GNUPLOT_BINEDF_H
42 # define GNUPLOT_BINEDF_H
43
44 #ifdef HAVE_CONFIG_H
45 # include "config.h"
46 #endif
47
48 #ifdef BINARY_DATA_FILE
49
50 #include "syscfg.h"
51
52 /* Prototypes of functions exported by breaders.c */
53
54 void edf_filetype_function __PROTO((void));
55
56 #endif
57
58
59 #endif /* GNUPLOT_BINEDF_H */