]> andersk Git - gssapi-openssh.git/blobdiff - openssh/uuencode.c
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / uuencode.c
index 21eaf4d3f43ee0a333ca5d793234b5b498f93285..0a7c8d16af25ee6d2ad78a1b7b39e79a08ec7211 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: uuencode.c,v 1.16 2002/09/09 14:54:15 markus Exp $");
+RCSID("$OpenBSD: uuencode.c,v 1.17 2003/11/10 16:23:41 jakob Exp $");
 
 #include "xmalloc.h"
 #include "uuencode.h"
 
 int
-uuencode(u_char *src, u_int srclength,
+uuencode(const u_char *src, u_int srclength,
     char *target, size_t targsize)
 {
        return __b64_ntop(src, srclength, target, targsize);
This page took 0.238687 seconds and 4 git commands to generate.