scuffed-code/icu4c/source/i18n/txtbdry.h
1999-11-22 21:47:27 +00:00

24 lines
676 B
C

/*
* Copyright © {1997-1999}, International Business Machines Corporation and others. All Rights Reserved.
*****************************************************************************************
*
* File TXTBDRY.H
*
* Modification History:
*
* Date Name Description
* 02/18/97 aliu Added typedef for TextCount. Made DONE const.
* 05/07/97 aliu Fixed DLL declaration.
* 07/09/97 jfitz Obsolete. Now brkiter.h
*****************************************************************************************
*/
#ifndef TXTBDRY_H
#define TXTBDRY_H
#include "brkiter.h"
#endif // _TXTBDRY
//eof