OSDN Git Service

2006-10-28 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / libdecnumber / decUtility.h
index b513647..dec7e26 100644 (file)
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifdef IN_LIBGCC2
 #define decDensePackCoeff __decDensePackCoeff
 #define decDenseUnpackCoeff __decDenseUnpackCoeff
 #endif
 
-extern void decDensePackCoeff (decNumber *, uByte *, Int, Int);
-extern void decDenseUnpackCoeff (uByte *, Int, decNumber *, Int, Int);
-extern unsigned long __dec_byte_swap (unsigned long in);
+extern void decDensePackCoeff (const decNumber *, uByte *, Int, Int);
+extern void decDenseUnpackCoeff (const uByte *, Int, decNumber *, Int, Int);