aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-15 17:56:42 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-15 17:56:42 +0000
commitf0b90901ab58b47ecf02101e4f2c28d3064589ba (patch)
treee8a5bf2300b2b520854e11a791b9dee16fca8b7d /include
parent58bec9f51795874c90e472645e32cb66dfefb15e (diff)
ensure that message duration is included in email notifications for forwarded messages (BE-96, fix by me after corydon used his clue-bat on me)
ensure that duration in the message metadata is updated if prepending is done during forwarding (related to BE-96) remove prototype for API call that does not exist git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@47677 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index aa639aaae..142055509 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -181,7 +181,6 @@ void ast_category_rename(struct ast_category *cat, const char *name);
struct ast_variable *ast_variable_new(const char *name, const char *value);
void ast_variable_append(struct ast_category *category, struct ast_variable *variable);
-int ast_variable_delete(struct ast_config *cfg, char *category, char *variable, char *value);
int config_text_file_save(const char *filename, const struct ast_config *cfg, const char *generator);