From 22d3da72492f2b0939d11f1bf0a2b23a4f69ec63 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 2 Jun 2012 17:37:16 -0700 Subject: apply the big auth patch --- base64.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 base64.h (limited to 'base64.h') diff --git a/base64.h b/base64.h new file mode 100644 index 0000000..a9164c0 --- /dev/null +++ b/base64.h @@ -0,0 +1,7 @@ +#ifndef BASE64_H +#define BASE64_H + +extern int b64decode(); +extern int b64encode(); + +#endif -- cgit v1.2.3