scuffed-code/icu4c/source/tools/genrb/parse.h
1999-12-01 21:36:40 +00:00

32 lines
1.1 KiB
C

/*
*******************************************************************************
* *
* 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
* 05/26/99 stephen Creation.
*******************************************************************************
*/
#ifndef PARSE_H
#define PARSE_H 1
#include "utypes.h"
#include "filestrm.h"
#include "rblist.h"
/* Parse a ResourceBundle text file */
struct SRBItemList* parse(FileStream *f, const char *cp, UErrorCode *status);
#endif