]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/io/ufile.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / io / ufile.h
index c1724c31e6ebb20f40262b0472c8400b011215d5..e85208fcd35888d2fbaa2e2d7707719025c4a5b2 100644 (file)
@@ -1,7 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *******************************************************************************
  *
- *   Copyright (C) 1998-2007, International Business Machines
+ *   Copyright (C) 1998-2014, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
 #define UFILE_H
 
 #include "unicode/utypes.h"
+
+#if !UCONFIG_NO_CONVERSION
+
+#include <stdio.h>
+
 #include "unicode/ucnv.h"
 #include "unicode/utrans.h"
 #include "locbund.h"
@@ -121,5 +128,13 @@ ufile_close_translit(UFILE *f);
 void 
 ufile_flush_translit(UFILE *f);
 
+/**
+ * Flush the IO buffer
+ * @param f UFile to flush
+ */
+void 
+ufile_flush_io(UFILE *f);
 
+
+#endif
 #endif