summaryrefslogtreecommitdiff
path: root/uuencode.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-09 15:28:41 +1000
committerDamien Miller <djm@mindrot.org>2000-05-09 15:28:41 +1000
commit75edac3366133f83d10ad8c560db7d28e48305f3 (patch)
treeb6317fd727d1df4bc4e0a63780228ffd09fc3166 /uuencode.c
parent2a44f8938d5ea02aa622bc3106988db26d9d74d6 (diff)
- Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
by Andre Lucas <andre.lucas@dial.pipex.com>
Diffstat (limited to 'uuencode.c')
-rw-r--r--uuencode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uuencode.c b/uuencode.c
index fc84d5a58..2540d7564 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -4,8 +4,6 @@
4#include "includes.h" 4#include "includes.h"
5#include "xmalloc.h" 5#include "xmalloc.h"
6 6
7#include <resolv.h>
8
9int 7int
10uuencode(unsigned char *src, unsigned int srclength, 8uuencode(unsigned char *src, unsigned int srclength,
11 char *target, size_t targsize) 9 char *target, size_t targsize)