/*
* METADICT - Create metadata definitions from dictionary textfiles.
*
* Author:
* Emile van Bergen, emile@evbergen.xs4all.nl
*
* Permission to redistribute an original or modified version of this program
* in source, intermediate or object code form is hereby granted exclusively
* under the terms of the GNU General Public License, version 2. Please see the
* file COPYING for details, or refer to http://www.gnu.org/copyleft/gpl.html.
*
* History:
* 2001/03/17 - EvB - Created
*/
/*
* INCLUDES & DEFINES
*/
#include <metatype.h>
#define DICT_MAX_STMTLEN 4092 /* Max. dictionary $-statement length */
#define DICT_MAINFNAME "dictionary" /* Main file name in basepath */
/*
* PROTOTYPES
*/
/* Create a meta object from a dictionary */
META *meta_newfromdict(char *basepath);
syntax highlighted by Code2HTML, v. 0.9.1