summaryrefslogtreecommitdiff
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2005-01-22 21:00:31 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2005-01-22 21:00:31 +0000
commitd52d919a29521f09e7836cea68d9e74126266d2b (patch)
treedecec6f5016546a2dad5a7f4953612ca246e1a00 /include/asterisk/config.h
parent9dfb8aac3687351d3d15b297f1808df9f14470ba (diff)
repeal config prototype changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/config.h')
-rwxr-xr-xinclude/asterisk/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index b8be39bf7..9abb5c0ce 100755
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -96,13 +96,6 @@ int ast_true(const char *val);
*/
int ast_false(const char *val);
-/*! Retrieve a category if it exists
- * \param config which config to use
- * \param category_name name of the category you're looking for
- * This will search through the categories within a given config file and search for a match. The passed category_name can be a regular string.
- * Returns pointer to category if found, NULL if not. */
-struct ast_category *ast_category_get(const struct ast_config *config, const char *category_name);
-
/*! Check for category duplicates */
/*!
* \param config which config to use