OSDN Git Service

* config/pa/fptr.c: Update license header.
[pf3gnuchains/gcc-fork.git] / gcc / ada / mlib-fil.ads
index 8f9dec9..3431dc7 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision$
---                                                                          --
---              Copyright (C) 2001, Ada Core Technologies, Inc.             --
+--                     Copyright (C) 2001-2006, AdaCore                     --
 --                                                                          --
 -- 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- --
 -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
 -- for  more details.  You should have  received  a copy of the GNU General --
 -- Public License  distributed with GNAT;  see file COPYING.  If not, write --
--- to  the Free Software Foundation,  59 Temple Place - Suite 330,  Boston, --
--- MA 02111-1307, USA.                                                      --
+-- to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, --
+-- Boston, MA 02110-1301, USA.                                              --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -32,12 +30,16 @@ package MLib.Fil is
 
    function Ext_To
      (Filename : String;
-      New_Ext  : String := "")
-      return     String;
-   --  Return Filename with the extension change to New_Ext.
+      New_Ext  : String := "") return String;
+   --  Return Filename with the extension changed to New_Ext
+
+   function Append_To
+     (Filename : String;
+      Ext      : String) return String;
+   --  Return Filename with the extension Ext
 
    function Get_Ext (Filename : String) return String;
-   --  Return extension of filename.
+   --  Return extension of filename
 
    function Is_Archive (Filename : String) return Boolean;
    --  Test if filename is an archive