summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/unicode/icuplug.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-04-22 16:24:31 +0200
committerGitHub <noreply@github.com>2021-04-22 16:24:31 +0200
commit3f270022d2c1c14062bdc22f1c63d2d8bc21dd58 (patch)
treed12402a7b6881fe6f1f8c33228d5b1054c7942f0 /thirdparty/icu4c/common/unicode/icuplug.h
parent77a876c6e1c9eb60abbd9ad6f6ba6d9bc0af14e1 (diff)
parentb56241f22f96826ef9ef38cf7e4312b899f8e241 (diff)
Merge pull request #48088 from bruvzg/icu_update_69_1
ICU: Update to version 69.1, improve ICU data export process.
Diffstat (limited to 'thirdparty/icu4c/common/unicode/icuplug.h')
-rw-r--r--thirdparty/icu4c/common/unicode/icuplug.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/thirdparty/icu4c/common/unicode/icuplug.h b/thirdparty/icu4c/common/unicode/icuplug.h
index 52f810da57..205af360d4 100644
--- a/thirdparty/icu4c/common/unicode/icuplug.h
+++ b/thirdparty/icu4c/common/unicode/icuplug.h
@@ -117,14 +117,13 @@
/* === Basic types === */
#ifndef U_HIDE_INTERNAL_API
+struct UPlugData;
/**
* @{
- * Opaque structure passed to/from a plugin.
- * use the APIs to access it.
+ * Typedef for opaque structure passed to/from a plugin.
+ * Use the APIs to access it.
* @internal ICU 4.4 Technology Preview
*/
-
-struct UPlugData;
typedef struct UPlugData UPlugData;
/** @} */