]> andersk Git - gssapi-openssh.git/blobdiff - openssh/uuencode.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / uuencode.h
index 682b623acb814d07263a53334065b2b96931a460..0067635b677f25e547a39c09e723083115b5b0dc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uuencode.h,v 1.9 2002/02/25 16:33:27 markus Exp $     */
+/*     $OpenBSD: uuencode.h,v 1.8 2001/06/26 17:27:25 markus Exp $     */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -28,5 +28,5 @@
 #define UUENCODE_H
 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);
+void    dump_base64(FILE *, u_char *, int);
 #endif
This page took 0.227652 seconds and 4 git commands to generate.