gfsmxl.h
Go to the documentation of this file.
1 
2 /*=============================================================================*\
3  * File: gfsmxl.h
4  * Author: Bryan Jurish <moocow.bovine@gmail.com>
5  * Description: finite state cascade library: top-level
6  *
7  * Copyright (c) 2008 Bryan Jurish.
8  *
9  * For information on usage and redistribution, and for a DISCLAIMER
10  * OF ALL WARRANTIES, see the file "COPYING" in this distribution.
11  *
12  * This library is free software; you can redistribute it and/or
13  * modify it under the terms of the GNU Lesser General Public
14  * License as published by the Free Software Foundation; either
15  * version 2.1 of the License, or (at your option) any later version.
16  *
17  * This library is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20  * Lesser General Public License for more details.
21  *
22  * You should have received a copy of the GNU Lesser General Public
23  * License along with this library; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25  *=============================================================================*/
26 
31 #ifndef _GFSMXL_H
32 #define _GFSMXL_H
33 
34 /*
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 */
39 
40 #include <gfsm.h>
41 #include <gfsmxlConfig.h>
42 #include <gfsmxlCascade.h>
43 #include <gfsmxlCascadeLookup.h>
44 #include <gfsmxlCLCFib.h>
45 #include <gfsmxlLabelIndex.h>
46 
47 /*
48 #ifdef __cplusplus
49 }
50 #endif
51 */
52 
53 #endif /* _GFSMXL_H */