]> andersk Git - openssh.git/blobdiff - uuencode.h
- Merge big update to OpenSSH-2.0 from OpenBSD CVS
[openssh.git] / uuencode.h
diff --git a/uuencode.h b/uuencode.h
new file mode 100644 (file)
index 0000000..d3f4462
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef UUENCODE_H
+#define UUENCODE_H
+int    uuencode(unsigned char *bufin, unsigned int nbytes, char *bufcoded);
+int    uudecode(const char *bufcoded, unsigned char *bufplain, int outbufsize);
+void   dump_base64(FILE *fp, unsigned char *data, int len);
+#endif
This page took 0.563017 seconds and 4 git commands to generate.