]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/read.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / read.h
index 9538e02785a3c86b6b28aff85a9662eebceed4ef..f79b145f25aa36f9ddb71cc141234139b333ca5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1998-2000, International Business Machines
+*   Copyright (C) 1998-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -38,13 +38,15 @@ enum ETokenType
     TOK_TOKEN_COUNT      /* Number of "real" token types */
 };
 
     TOK_TOKEN_COUNT      /* Number of "real" token types */
 };
 
-UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
+U_CFUNC UChar32 unescape(UCHARBUF *buf, UErrorCode *status);
 
 
-void resetLineNumber(void);
+U_CFUNC void resetLineNumber(void);
 
 
-enum ETokenType getNextToken(UCHARBUF *buf,
-                 struct UString *token,
-                 uint32_t *linenumber, /* out: linenumber of token */
-                 UErrorCode *status);
+U_CFUNC enum ETokenType
+getNextToken(UCHARBUF *buf,
+             struct UString *token,
+             uint32_t *linenumber, /* out: linenumber of token */
+             struct UString *comment,
+             UErrorCode *status);
 
 #endif
 
 #endif