]> code.citadel.org Git - citadel.git/blobdiff - citadel/citmail.c
The encoding and decoding tables for Base64 are
[citadel.git] / citadel / citmail.c
index 5241407343bc3cb5167a917b5da323353b5ce449..fea00e064c8f9c609ea1856d2cc4b80094f3501d 100644 (file)
@@ -22,8 +22,8 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <limits.h>
+#include <libcitadel.h>
 #include "citadel.h"
-#include "tools.h"
 #ifndef HAVE_SNPRINTF
 #include "snprintf.h"
 #endif
@@ -184,8 +184,6 @@ int main(int argc, char **argv) {
        int read_recipients_from_headers = 0;
        char *add_these_recipients = NULL;
 
-       CtdlInitBase64Table();
-
        for (i=1; i<argc; ++i) {
                if (!strcmp(argv[i], "-d")) {
                        debug = 1;