X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fcitadel_dirs.h;h=86b7310dde466edcce257af84420c21c41f792c6;hb=6cd4b62a62098566ed73d7662d22e29fc509b9f3;hp=db669ba9b85b16f78f1b597cce46d122dec014e8;hpb=19576adee6e0a5fb959f8506eb68e31be590fe94;p=citadel.git diff --git a/citadel/include/citadel_dirs.h b/citadel/include/citadel_dirs.h index db669ba9b..86b7310dd 100644 --- a/citadel/include/citadel_dirs.h +++ b/citadel/include/citadel_dirs.h @@ -9,11 +9,9 @@ extern char ctdl_home_directory[PATH_MAX]; /* all our directories */ extern char ctdl_bio_dir[PATH_MAX]; -extern char ctdl_bb_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_hlp_dir[PATH_MAX]; extern char ctdl_shared_dir[PATH_MAX]; extern char ctdl_image_dir[PATH_MAX]; extern char ctdl_info_dir[PATH_MAX]; @@ -57,8 +55,6 @@ 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);