/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 2002-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* *
***********************************************************************/
#pragma prototyped
/*
* this header is exported to the method libraries
*
* Glenn Fowler
* AT&T Research
*/
#ifndef _DSSLIB_H
#include <ast.h>
#include <ctype.h>
#include <dt.h>
#include <regex.h>
#include <swap.h>
#include <tag.h>
struct Dssdisc_s;
struct Dssfile_s;
struct Dssrecord_s;
#define _DSS_FILE_PRIVATE_ \
Dsswrite_f writef; \
Dssflags_t ident; \
void* data;
#define _DSS_FORMAT_PRIVATE_ \
Dssformat_t* next; \
void* data;
#define _DSS_METH_PRIVATE_ \
void* data; \
int reference; \
int flags;
#define _DSS_STATE_PRIVATE_ \
unsigned int initialized; \
unsigned int scanned;
#include "cxlib.h"
#include "dss.h"
typedef struct Dsstagdisc_s
{
} Dsstagdisc_t;
/*
* library private globals
*/
#if _BLD_dss && defined(__EXPORT__)
#define extern __EXPORT__
#endif
/*
* these are exported for the method libraries
*/
#undef extern
#endif