]> andersk Git - openssh.git/blobdiff - uuencode.h
- deraadt@cvs.openbsd.org 2002/06/23 03:30:58
[openssh.git] / uuencode.h
index dca80ec1adf49631be725f3fd8ba1ff9cb7a9962..682b623acb814d07263a53334065b2b96931a460 100644 (file)
@@ -1,5 +1,7 @@
+/*     $OpenBSD: uuencode.h,v 1.9 2002/02/25 16:33:27 markus 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(unsigned char *src, unsigned int srclength, char *target, size_t targsize);
-int    uudecode(const char *src, unsigned char *target, size_t targsize);
-void   dump_base64(FILE *fp, unsigned char *data, int len);
+int     uuencode(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.640626 seconds and 4 git commands to generate.