File: parser-sming.h

package info (click to toggle)
libsmi 0.4.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 22,180 kB
  • ctags: 8,219
  • sloc: ansic: 41,578; java: 13,722; yacc: 9,003; sh: 8,191; lex: 1,477; makefile: 442
file content (32 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * parser-sming.h --
 *
 *      Definition for the SMIv1/v2 parser.
 *
 * Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
 *
 * See the file "COPYING" for information on usage and redistribution
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 *
 * @(#) $Id: parser-sming.h 1061 2000-12-11 09:11:00Z strauss $
 */

#ifndef _PARSER_SMING_H
#define _PARSER_SMING_H

#include <stdio.h>

#include "data.h"



#define YYERROR_VERBOSE



extern int smingparse();



#endif /* _PARSER_SMING_H */