summaryrefslogtreecommitdiff
path: root/uuencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'uuencode.h')
-rw-r--r--uuencode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/uuencode.h b/uuencode.h
index 08e87c4bc..fec55b491 100644
--- a/uuencode.h
+++ b/uuencode.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: uuencode.h,v 1.10 2003/11/10 16:23:41 jakob Exp $ */ 1/* $OpenBSD: uuencode.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -24,9 +24,6 @@
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */ 25 */
26 26
27#ifndef UUENCODE_H
28#define UUENCODE_H
29int uuencode(const u_char *, u_int, char *, size_t); 27int uuencode(const u_char *, u_int, char *, size_t);
30int uudecode(const char *, u_char *, size_t); 28int uudecode(const char *, u_char *, size_t);
31void dump_base64(FILE *, u_char *, u_int); 29void dump_base64(FILE *, u_char *, u_int);
32#endif