Index: uspace/lib/softfloat/include/sub.h
===================================================================
--- uspace/lib/softfloat/include/sub.h	(revision 750636ac4a65360c44846b7681af6ae46854dd3a)
+++ uspace/lib/softfloat/include/sub.h	(revision c9f703bcef572525b7b64f9d1b678615bfbf1f14)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2005 Josef Cejka
+ * Copyright (c) 2011 Petr Koupy
  * All rights reserved.
  *
@@ -30,5 +31,5 @@
  * @{
  */
-/** @file
+/** @file Substraction functions.
  */
 
@@ -38,4 +39,5 @@
 extern float32 subFloat32(float32, float32);
 extern float64 subFloat64(float64, float64);
+extern float128 subFloat128(float128, float128);
 
 #endif
