Index: uspace/lib/softfloat/include/mul.h
===================================================================
--- uspace/lib/softfloat/include/mul.h	(revision 750636ac4a65360c44846b7681af6ae46854dd3a)
+++ uspace/lib/softfloat/include/mul.h	(revision b8d5f2bbdd55abe83f2c375691d944798ad9b65a)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2005 Josef Cejka
+ * Copyright (c) 2011 Petr Koupy
  * All rights reserved.
  *
@@ -30,5 +31,5 @@
  * @{
  */
-/** @file
+/** @file Multiplication functions.
  */
 
@@ -38,6 +39,5 @@
 extern float32 mulFloat32(float32, float32);
 extern float64 mulFloat64(float64, float64);
-
-extern void mul64integers(uint64_t, uint64_t, uint64_t *, uint64_t *);
+extern float128 mulFloat128(float128, float128);
 
 #endif
