Removed the "base64" utility program. We've been doing base64 with a library functio...
[citadel.git] / citadel / include / citadel_dirs.h
index 8f532dace17867ac3412145c25f6d164e8bb0476..7bc06f0902a287eef2ecb87e2b731a910170348c 100644 (file)
@@ -47,7 +47,6 @@ extern char file_crpt_file_key[PATH_MAX];
 extern char file_crpt_file_csr[PATH_MAX];
 extern char file_crpt_file_cer[PATH_MAX];
 extern char file_chkpwd[PATH_MAX];
-extern char file_base64[PATH_MAX];
 extern char file_guesstimezone[PATH_MAX];
 
 extern void calc_dirs_n_files(int relh, int home, const char *relhome, char  *ctdldir, int dbg);