Index: include/asterisk/config.h =================================================================== RCS file: /usr/cvsroot/asterisk/include/asterisk/config.h,v retrieving revision 1.19 diff -u -r1.19 config.h --- include/asterisk/config.h 26 Jan 2005 02:39:22 -0000 1.19 +++ include/asterisk/config.h 18 Feb 2005 23:57:30 -0000 @@ -196,6 +196,7 @@ void ast_category_destroy(struct ast_category *cat); struct ast_variable *ast_category_detach_variables(struct ast_category *cat); void ast_category_rename(struct ast_category *cat, const char *name); +void inherit_category(struct ast_category *new, const struct ast_category *base); struct ast_variable *ast_variable_new(const char *name, const char *value); void ast_variable_append(struct ast_category *category, struct ast_variable *variable);