diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-13 18:17:00 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-13 18:17:00 +0000 |
commit | 2a0a59ee52a424d10bc7d1d5d77c451b842d8e00 (patch) | |
tree | b7c03551c82a4327c12a1aa438df29aa3b0078ed /src/cfg_file.h | |
parent | 3893d490abaa275fcadf180ff4ffc88e159f5c04 (diff) | |
download | rspamd-2a0a59ee52a424d10bc7d1d5d77c451b842d8e00.tar.gz rspamd-2a0a59ee52a424d10bc7d1d5d77c451b842d8e00.zip |
Expand path in file maps.
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r-- | src/cfg_file.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |