~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to include/asterisk/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2007-08-09 22:47:00 UTC
  • mto: (1.2.1 upstream) (8.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20070809224700-ilafdtbyau4lw1gz
Tags: upstream-1.4.10~dfsg
ImportĀ upstreamĀ versionĀ 1.4.10~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
 */
76
76
void ast_config_destroy(struct ast_config *config);
77
77
 
 
78
/*! \brief returns the root ast_variable of a config
 
79
 * \param config pointer to an ast_config data structure
 
80
 * \param cat name of the category for which you want the root
 
81
 *
 
82
 * Returns the category specified
 
83
 */
 
84
struct ast_variable *ast_category_root(struct ast_config *config, char *cat);
 
85
 
78
86
/*! \brief Goes through categories 
79
87
 * \param config Which config structure you wish to "browse"
80
88
 * \param prev A pointer to a previous category.