ICU-2235 Fix for gcc

X-SVN-Rev: 12817
This commit is contained in:
George Rhoten 2003-08-13 20:40:12 +00:00
parent c7bef61066
commit 556b322585

View file

@ -20,6 +20,7 @@
#include "unicode/utypes.h"
#include "unicode/udata.h"
#include "udataswp.h"
/*
* A Resource is a 32-bit value that has 2 bit fields:
@ -178,10 +179,6 @@ U_CFUNC Resource res_getTableItemByIndex(const ResourceData *pResData, Resource
U_CFUNC Resource res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexS, const char* * key);
U_CFUNC Resource res_findResource(const ResourceData *pResData, Resource r, const char** path, const char** key);
/* forward declaration */
struct UDataSwapper;
typedef struct UDataSwapper UDataSwapper;
/**
* Swap an ICU resource bundle. See udataswp.h.
* @internal