blob: c2e07b05aed62bcd0d5d340d5a1db82036dc648f [file] [log] [blame]
/*
*******************************************************************************
* *
* COPYRIGHT: *
* (C) Copyright International Business Machines Corporation, 1998, 1999 *
* Licensed Material - Program-Property of IBM - All Rights Reserved. *
* US Government Users Restricted Rights - Use, duplication, or disclosure *
* restricted by GSA ADP Schedule Contract with IBM Corp. *
* *
*******************************************************************************
*
* File parse.h
*
* Modification History:
*
* Date Name Description
* 06/10/99 stephen Creation.
*******************************************************************************
*/
#ifndef PARSE_H
#define PARSE_H 1
#include "utypes.h"
#include "filestrm.h"
void parse(FileStream *f, UErrorCode *status);
#endif