summaryrefslogtreecommitdiff
path: root/uuencode.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-23 10:16:38 +1000
committerDamien Miller <djm@mindrot.org>2000-06-23 10:16:38 +1000
commitbf7f466206d4ca43c66d910099b2047df5659350 (patch)
tree4ada535baf0220a2007b046432e4614054e06a9f /uuencode.c
parentb54b40ef06517dc3091253228f06d3bd54f19a82 (diff)
- OpenBSD CVS Updates:
- markus@cvs.openbsd.org 2000/06/22 10:32:27 [sshd.c] missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL - djm@cvs.openbsd.org 2000/06/22 17:55:00 [auth-krb4.c key.c radix.c uuencode.c] Missing CVS idents; ok markus
Diffstat (limited to 'uuencode.c')
-rw-r--r--uuencode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uuencode.c b/uuencode.c
index 2540d7564..27ba6559e 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -4,6 +4,8 @@
4#include "includes.h" 4#include "includes.h"
5#include "xmalloc.h" 5#include "xmalloc.h"
6 6
7RCSID("$OpenBSD: uuencode.c,v 1.6 2000/06/22 23:55:00 djm Exp $");
8
7int 9int
8uuencode(unsigned char *src, unsigned int srclength, 10uuencode(unsigned char *src, unsigned int srclength,
9 char *target, size_t targsize) 11 char *target, size_t targsize)