]> andersk Git - gssapi-openssh.git/blobdiff - openssh/uuencode.h
Re-import of OpenSSH 3.7.1p2 (Chase\!)
[gssapi-openssh.git] / openssh / uuencode.h
index 08e87c4bcc6892d48e79895be961d4d913f6e47d..682b623acb814d07263a53334065b2b96931a460 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uuencode.h,v 1.10 2003/11/10 16:23:41 jakob Exp $     */
+/*     $OpenBSD: uuencode.h,v 1.9 2002/02/25 16:33:27 markus Exp $     */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -26,7 +26,7 @@
 
 #ifndef UUENCODE_H
 #define UUENCODE_H
-int     uuencode(const u_char *, u_int, char *, size_t);
+int     uuencode(u_char *, u_int, char *, size_t);
 int     uudecode(const char *, u_char *, size_t);
 void    dump_base64(FILE *, u_char *, u_int);
 #endif
This page took 0.035603 seconds and 4 git commands to generate.