]> andersk Git - openssh.git/blobdiff - uuencode.h
- (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
[openssh.git] / uuencode.h
index 2972e2d0c7df1820afc8c2db6fd9ff4fab16126b..08e87c4bcc6892d48e79895be961d4d913f6e47d 100644 (file)
@@ -1,5 +1,7 @@
+/*     $OpenBSD: uuencode.h,v 1.10 2003/11/10 16:23:41 jakob 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,7 +26,7 @@
 
 #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);
+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);
 #endif
This page took 0.034472 seconds and 4 git commands to generate.