OSDN Git Service

2004-05-17 Steve Kargl <kargls@comcast.net>
[pf3gnuchains/gcc-fork.git] / gcc / ada / a-siocst.ads
index c282afe..ab8fe13 100644 (file)
@@ -6,8 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                                                                          --
---     Copyright (C) 1992,1993,1994,1995 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- --
@@ -48,9 +47,10 @@ package Ada.Sequential_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.Sequential_IO.C_Streams;