Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / server / lexer.h
1 /* $XConsortium: lexer.h /main/4 1995/11/09 12:45:02 rswiston $ */
2 /*
3  *  (c) Copyright 1993, 1994 Hewlett-Packard Company
4  *  (c) Copyright 1993, 1994 International Business Machines Corp.
5  *  (c) Copyright 1993, 1994 Novell, Inc.
6  *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
7  */
8
9 #ifndef _LEXER_H
10 #define _LEXER_H
11
12 #include "ansi_c.h"
13 #include "rtable4.h"
14
15 extern int              yyylineno;
16 extern int              externNumberVal;
17 extern char             *externQuotedString;
18 extern Period_4         externPeriod;
19 extern Tag_4            externTag;
20 extern Appt_Status_4    externApptStatus;
21 extern Privacy_Level_4  externPrivacy;
22
23 extern void             setinput        P((FILE*));
24 extern int              yyylex          P(());
25
26 #endif