summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-11-04 18:47:20 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-11-04 18:47:20 +0000
commit2cc8e25222dedf98d5e73816156d9c174d8db93f (patch)
treedf27b5cee1f68180fcf72f85f287bb8ddccdecd6 /include/asterisk/config.h
parenta57a3cbf1964acde1fbf588d952b3fa59f197226 (diff)
Slightly optimize ast_devstate_str and rename global functions devstate2str and config_text_file_save to have an ast_ prefix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154260 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rw-r--r--include/asterisk/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index de42f2563..15157e239 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -388,7 +388,8 @@ int ast_variable_delete(struct ast_category *category, const char *variable, con
int ast_variable_update(struct ast_category *category, const char *variable,
const char *value, const char *match, unsigned int object);
-int config_text_file_save(const char *filename, const struct ast_config *cfg, const char *generator);
+int ast_config_text_file_save(const char *filename, const struct ast_config *cfg, const char *generator);
+int config_text_file_save(const char *filename, const struct ast_config *cfg, const char *generator) __attribute__ ((deprecated));
struct ast_config *ast_config_internal_load(const char *configfile, struct ast_config *cfg, struct ast_flags flags, const char *suggested_incl_file, const char *who_asked);