Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / lib / parser-sming.h
1 /*
2  * parser-sming.h --
3  *
4  *      Definition for the SMIv1/v2 parser.
5  *
6  * Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
7  *
8  * See the file "COPYING" for information on usage and redistribution
9  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
10  *
11  * @(#) $Id: parser-sming.h 1061 2000-12-11 09:11:00Z strauss $
12  */
13
14 #ifndef _PARSER_SMING_H
15 #define _PARSER_SMING_H
16
17 #include <stdio.h>
18
19 #include "data.h"
20
21
22
23 #define YYERROR_VERBOSE
24
25
26
27 extern int smingparse();
28
29
30
31 #endif /* _PARSER_SMING_H */
32