From 2a0a59ee52a424d10bc7d1d5d77c451b842d8e00 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 13 Nov 2013 18:17:00 +0000 Subject: Expand path in file maps. --- src/cfg_file.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/cfg_file.h') diff --git a/src/cfg_file.h b/src/cfg_file.h index b7deb1ca6..9dec61bc3 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -551,15 +551,6 @@ gboolean check_classifier_statfiles (struct classifier_config *cf); */ struct classifier_config* find_classifier_conf (struct config_file *cfg, const gchar *name); -/* - * Expand path that may contain configuration variables: - * $CONFDIR - configuration directory - * $LOCALSTATESDIR - local states directory - * $INSTALLPREFIX - installation prefix - * $VERSION - rspamd version - */ -const gchar* rspamd_expand_path (memory_pool_t *pool, const gchar *path); - #endif /* ifdef CFG_FILE_H */ /* * vi:ts=4 -- cgit v1.2.3