X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbase64.h;h=78909664286f7e33c58039784024c5ad81ae43a9;hb=1f05348cde42852d77da3457b96a33dff1600ca4;hp=4ff2106e755862258cb3afe8169a03ca578bfd61;hpb=073eb645cab590c7bf1a02d2547ac78b10b52068;p=libucw.git diff --git a/lib/base64.h b/lib/base64.h index 4ff2106e..78909664 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -1,5 +1,5 @@ /* - * Base 64 Encoding & Decoding + * UCW Library -- Base 64 Encoding & Decoding * * (c) 2002, Robert Spalek * @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -uns base64_encode(byte *dest, byte *src, uns len); -uns base64_decode(byte *dest, byte *src, uns len); +uns base64_encode(byte *dest, const byte *src, uns len); +uns base64_decode(byte *dest, const byte *src, uns len); /* * Use this macro to calculate buffer size.