ICU-9 read.c tries to forward declare errorString

X-SVN-Rev: 32
This commit is contained in:
Steven R. Loomis 1999-10-11 15:11:45 +00:00
parent 7c8b478886
commit 20abca870e

View file

@ -31,7 +31,6 @@
static void usage();
static void version();
static void processFile(const char *filename, UErrorCode *status);
static const char* errorName(UErrorCode status);
int main(int argc, char **argv);
/* The version of rbdump */