]> andersk Git - openssh.git/blobdiff - uuencode.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / uuencode.h
index 42f83c2c06b50156b6f536a79c126227247fc099..fec55b491294c9677d5d7ee675d8f1d29301cb34 100644 (file)
@@ -1,7 +1,7 @@
-/*     $OpenBSD: uuencode.h,v 1.5 2001/01/29 01:58:19 niklas Exp $     */
+/* $OpenBSD: uuencode.h,v 1.13 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
- * Copyright (c) 1999 Markus Friedl.  All rights reserved.
+ * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -24,9 +24,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef UUENCODE_H
-#define UUENCODE_H
-int    uuencode(u_char *src, u_int srclength, char *target, size_t targsize);
-int    uudecode(const char *src, u_char *target, size_t targsize);
-void   dump_base64(FILE *fp, u_char *data, int len);
-#endif
+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);
This page took 0.086595 seconds and 4 git commands to generate.