Support username and password authentication when talking to HTTP
[u/mdw/putty] / misc.h
diff --git a/misc.h b/misc.h
index 12d0003..3a90889 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -13,6 +13,8 @@
 char *dupstr(char *s);
 char *dupcat(char *s1, ...);
 
+void base64_encode_atom(unsigned char *data, int n, char *out);
+
 struct bufchain_granule;
 typedef struct bufchain_tag {
     struct bufchain_granule *head, *tail;