/* * scanner-sming.h -- * * Definition of lexical tokens of the SMIv1/v2 MIB module language. * * 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: scanner-sming.h 973 2000-07-17 09:34:36Z strauss $ */ #ifndef _SCANNER_SMING_H #define _SCANNER_SMING_H #include #include "parser-sming.h" #define YY_NO_UNPUT extern char *yytext; extern int yyleng; extern int smingEnterLexRecursion(FILE *file); extern void smingLeaveLexRecursion(); #endif /* _SCANNER_SMING_H */