]> mj.ucw.cz Git - libucw.git/blobdiff - lib/base64.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#dev-sorter
[libucw.git] / lib / base64.h
index 4ff2106e755862258cb3afe8169a03ca578bfd61..78909664286f7e33c58039784024c5ad81ae43a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Base 64 Encoding & Decoding
+ *     UCW Library -- Base 64 Encoding & Decoding
  *
  *     (c) 2002, Robert Spalek <robert@ucw.cz>
  *
@@ -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.