]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/base224.h
Build: Added link path to libraries installed to non-standard path.
[libucw.git] / ucw / base224.h
index f1941919e6091be9c1fdcfce797b8ad30d43c17a..fded9f4c841a1c526eda3fa6122858e0d95658d9 100644 (file)
@@ -7,6 +7,11 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define base224_decode ucw_base224_decode
+#define base224_encode ucw_base224_encode
+#endif
+
 /**
  * Encodes @len bytes of data pointed to by @src by base224 encoding.
  * Stores them in @dest and returns the number of bytes the output
 /**
  * Encodes @len bytes of data pointed to by @src by base224 encoding.
  * Stores them in @dest and returns the number of bytes the output
@@ -21,7 +26,7 @@ uns base224_encode(byte *dest, const byte *src, uns len);
 uns base224_decode(byte *dest, const byte *src, uns len);
 
 /**
 uns base224_decode(byte *dest, const byte *src, uns len);
 
 /**
- * Use this macro to calculate base224_encode() output buffer size.
+ * Use this macro to calculate @base224_encode() output buffer size.
  * It can happen 4 more bytes would be needed, this macro takes care
  * of that.
  */
  * It can happen 4 more bytes would be needed, this macro takes care
  * of that.
  */