X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fcitadel_dirs.h;h=6ce044eed92205d0107178efd1f791a882b7de9b;hb=ee841bbc7c5a4ebbcb2a61675a01810ed052919d;hp=e417ed35b2221b525d0cf74cb410a24e8abb866b;hpb=9afd9114bb74ee65c505c1133cd6c5c5bb90c7de;p=citadel.git diff --git a/citadel/include/citadel_dirs.h b/citadel/include/citadel_dirs.h index e417ed35b..6ce044eed 100644 --- a/citadel/include/citadel_dirs.h +++ b/citadel/include/citadel_dirs.h @@ -10,7 +10,6 @@ extern char ctdl_home_directory[PATH_MAX]; /* all our directories */ extern char ctdl_bio_dir[PATH_MAX]; extern char ctdl_data_dir[PATH_MAX]; -extern char ctdl_dspam_dir[PATH_MAX]; extern char ctdl_file_dir[PATH_MAX]; extern char ctdl_shared_dir[PATH_MAX]; extern char ctdl_image_dir[PATH_MAX]; @@ -52,10 +51,6 @@ 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 char file_dpsam_conf[PATH_MAX]; -extern char file_dspam_log[PATH_MAX]; - -extern char file_funambol_msg[PATH_MAX]; extern void calc_dirs_n_files(int relh, int home, const char *relhome, char *ctdldir, int dbg);