diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-09-30 13:29:51 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-09-30 13:29:51 +0000 |
| commit | 761efaa70c2ed8d35722b7bc234a46bf2457f876 (patch) | |
| tree | bba6f2fe7855d7b0095f9dc7720dc27bea4d1fdf /crypto/openssh/uuencode.h | |
| parent | 30c2033ae748d441213eed2e5c3fae760cc8ea61 (diff) | |
Notes
Diffstat (limited to 'crypto/openssh/uuencode.h')
| -rw-r--r-- | crypto/openssh/uuencode.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/openssh/uuencode.h b/crypto/openssh/uuencode.h index 08e87c4bcc68..fec55b491294 100644 --- a/crypto/openssh/uuencode.h +++ b/crypto/openssh/uuencode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uuencode.h,v 1.10 2003/11/10 16:23:41 jakob Exp $ */ +/* $OpenBSD: uuencode.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -24,9 +24,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UUENCODE_H -#define UUENCODE_H int uuencode(const u_char *, u_int, char *, size_t); int uudecode(const char *, u_char *, size_t); void dump_base64(FILE *, u_char *, u_int); -#endif |
