check in keyconvert tool
[sfa.git] / keyconvert / b64decode.h
diff --git a/keyconvert/b64decode.h b/keyconvert/b64decode.h
new file mode 100644 (file)
index 0000000..b93a252
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __B64DECODE_H
+#define __B64DECODE_H
+
+void b64decodeinit();
+int b64decode(char *s, char *dest);
+
+#endif