From 8acd87ac472a182ef2d717212f2c0faba81143a5 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 4 May 2001 03:57:05 +0000 Subject: Say "hi" to the latest in the OpenSSH series, version 2.9! Happy birthday to: rwatson --- crypto/openssh/uuencode.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'crypto/openssh/uuencode.h') diff --git a/crypto/openssh/uuencode.h b/crypto/openssh/uuencode.h index dca80ec..42f83c2 100644 --- a/crypto/openssh/uuencode.h +++ b/crypto/openssh/uuencode.h @@ -1,3 +1,5 @@ +/* $OpenBSD: uuencode.h,v 1.5 2001/01/29 01:58:19 niklas Exp $ */ + /* * Copyright (c) 1999 Markus Friedl. All rights reserved. * @@ -24,7 +26,7 @@ #ifndef UUENCODE_H #define UUENCODE_H -int uuencode(unsigned char *src, unsigned int srclength, char *target, size_t targsize); -int uudecode(const char *src, unsigned char *target, size_t targsize); -void dump_base64(FILE *fp, unsigned char *data, int len); +int uuencode(u_char *src, u_int srclength, char *target, size_t targsize); +int uudecode(const char *src, u_char *target, size_t targsize); +void dump_base64(FILE *fp, u_char *data, int len); #endif -- cgit v1.1