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