summaryrefslogtreecommitdiff
path: root/uuencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'uuencode.h')
-rw-r--r--uuencode.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/uuencode.h b/uuencode.h
index df09eb59b..fec55b491 100644
--- a/uuencode.h
+++ b/uuencode.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: uuencode.h,v 1.12 2006/08/01 23:22:48 stevesk 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,12 +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
29
30#include <stdio.h>
31
32int uuencode(const u_char *, u_int, char *, size_t); 27int uuencode(const u_char *, u_int, char *, size_t);
33int uudecode(const char *, u_char *, size_t); 28int uudecode(const char *, u_char *, size_t);
34void dump_base64(FILE *, u_char *, u_int); 29void dump_base64(FILE *, u_char *, u_int);
35#endif