X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fcitadel_dirs.h;fp=citadel%2Finclude%2Fcitadel_dirs.h;h=407c1dee0145ef54ef22c549ef52b9a610b1fce5;hb=2975015a8e6b00893a0ba003f3b086132fb858c8;hp=3a0b6d86e38573f630970387cd37c7c2d6417281;hpb=b44d1c2f1e0ae68a1c274bd98799471426ae620f;p=citadel.git diff --git a/citadel/include/citadel_dirs.h b/citadel/include/citadel_dirs.h index 3a0b6d86e..407c1dee0 100644 --- a/citadel/include/citadel_dirs.h +++ b/citadel/include/citadel_dirs.h @@ -26,6 +26,7 @@ extern char ctdl_run_dir[PATH_MAX]; extern char ctdl_spool_dir[PATH_MAX]; extern char ctdl_netout_dir[PATH_MAX]; extern char ctdl_netin_dir[PATH_MAX]; +extern char ctdl_netdigest_dir[PATH_MAX]; extern char ctdl_nettmp_dir[PATH_MAX]; extern char ctdl_netcfg_dir[PATH_MAX]; extern char ctdl_bbsbase_dir[PATH_MAX]; @@ -68,4 +69,6 @@ extern size_t assoc_file_name(char *buf, struct ctdlroom *qrbuf, const char *prefix); +extern FILE *create_digest_file(struct ctdlroom *room); +extern void remove_digest_file(struct ctdlroom *room); #endif /* __CITADEL_DIRS_H */