/****************************************************************************
*
*      Projet  : DilibPro
*      Module  : Sgml
*      Fichier : Sgml.h
*      Auteur  : J. Ducloy
*      Origine : J. Ducloy
*
*      Derniere mise a jour Decembre 96
*
************************************************************************
* 
*     Copyrigth (C) 1995 CRIN - CNRS & INRIA Lorraine
*
****************************************************************************/
#ifndef _SGML_H_
#define _SGML_H_

#include "SgmlNode.h"
#include "SgmlInput.h"
#include "SgmlPath.h"
#include "SgmlPathNum.h"
#include "SgmlLineExt.h"
char * SgmlCharSetToLC();

#endif  /* _SGML_H_  */
