]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Garbage-collect all of this unused code.
[nmh] / h / prototypes.h
index cb47ca6a8f7e42d116fad78e98e6758fb20d33ae..c9dd291e986eedfd26a145e574e121e043365857 100644 (file)
@@ -474,8 +474,8 @@ int WhatNow(int, char **);
  */
 int writeBase64aux(FILE *in, FILE *out, int crlf);
 
  */
 int writeBase64aux(FILE *in, FILE *out, int crlf);
 
-int writeBase64 (unsigned char *, size_t, unsigned char *);
-int writeBase64raw (unsigned char *, size_t, unsigned char *);
+int writeBase64 (const unsigned char *, size_t, unsigned char *);
+int writeBase64raw (const unsigned char *, size_t, unsigned char *);
 
 /*
  * first argument:  the string to be decoded
 
 /*
  * first argument:  the string to be decoded