aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-07 19:57:50 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-07 19:57:50 +0000
commit4b70e1861c45067a12e7e7bbc0016595dedaceae (patch)
tree89532a9b97c1cd3fdab1835ab275faf4b3f79ffc /include/asterisk/config.h
parent4557e78ccd38f08042dce76cd360d5a6bbf46596 (diff)
Oops, we have to be able to pass multiple restrictions for when we go to voicemail...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3937 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/config.h')
-rwxr-xr-xinclude/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index 89e66437b..1bc362299 100755
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -114,7 +114,7 @@ int ast_category_exist(struct ast_config *config, char *category_name);
* that unlike the variables in ast_config, the resulting list of variables
* MUST be fred with ast_free_runtime() as there is no container.
*/
-struct ast_variable *ast_load_realtime(const char *family, const char *keyfield, const char *lookup);
+struct ast_variable *ast_load_realtime(const char *family, ...);
//! Update realtime configuration
/*!