summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/uuencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/uuencode.h')
-rw-r--r--crypto/openssh/uuencode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/openssh/uuencode.h b/crypto/openssh/uuencode.h
index 08e87c4..fec55b4 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
OpenPOWER on IntegriCloud