]> git.saurik.com Git - apple/icu.git/blob - icuSources/common/unicode/icudataver.h
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / common / unicode / icudataver.h
1 /*
2 ******************************************************************************
3 *
4 * Copyright (C) 2009-2012, International Business Machines
5 * Corporation and others. All Rights Reserved.
6 *
7 ******************************************************************************
8 */
9
10 #ifndef __ICU_DATA_VER_H__
11 #define __ICU_DATA_VER_H__
12
13 #include "unicode/utypes.h"
14
15 #ifndef U_HIDE_DRAFT_API
16 /**
17 * @draft ICU 49
18 */
19 #define U_ICU_VERSION_BUNDLE "icuver"
20
21 /**
22 * @draft ICU 49
23 */
24 #define U_ICU_DATA_KEY "DataVersion"
25
26 /**
27 * Retrieves the data version from icuver and stores it in dataVersionFillin.
28 *
29 * @param dataVersionFillin icuver data version information to be filled in if not-null
30 * @param status stores the error code from the calls to resource bundle
31 *
32 * @draft ICU 49
33 */
34 U_DRAFT void U_EXPORT2 u_getDataVersion(UVersionInfo dataVersionFillin, UErrorCode *status);
35 #endif /* U_HIDE_DRAFT_API */
36
37 #endif