X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel_dirs.h;h=cae21853299ebf346cf14885c9f3538b52358c19;hb=187cc7c45afc59d14488bf079da6ac92bf0280e4;hp=2ccf76f0efcf1d18944e648e9a7db6d24c0507b4;hpb=fff5c1a7054f89462703f4f9b602b70400b89718;p=citadel.git diff --git a/citadel/citadel_dirs.h b/citadel/citadel_dirs.h index 2ccf76f0e..cae218532 100644 --- a/citadel/citadel_dirs.h +++ b/citadel/citadel_dirs.h @@ -26,6 +26,9 @@ extern char ctdl_netout_dir[PATH_MAX]; extern char ctdl_netin_dir[PATH_MAX]; extern char ctdl_netcfg_dir[PATH_MAX]; extern char ctdl_bbsbase_dir[PATH_MAX]; +extern char ctdl_sbin_dir[PATH_MAX]; +extern char ctdl_bin_dir[PATH_MAX]; + /* some of the frequently used files */ extern char file_citadel_control[PATH_MAX];