]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/a-wtcstr.ads
3psoccon.ads, [...]: Files added.
[thirdparty/gcc.git] / gcc / ada / a-wtcstr.ads
index 0053eb5c75d58d91a52b174995550cc7c4d1519e..e1324bf2dc75aeb1137cd586452cdddfb500af6e 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---   Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc.  --
+--          Copyright (C) 1992-2002 Free Software Foundation, Inc.          --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -46,9 +46,10 @@ package Ada.Wide_Text_IO.C_Streams is
 
    procedure Open
      (File     : in out File_Type;
-      Mode     : in File_Mode;
-      C_Stream : in ICS.FILEs;
-      Form     : in String := "");
+      Mode     : File_Mode;
+      C_Stream : ICS.FILEs;
+      Form     : String := "";
+      Name     : String := "");
    --  Create new file from existing stream
 
 end Ada.Wide_Text_IO.C_Streams;