mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Add the bucket API.
Bucket is a URI based API for the creation, retrieval, updating, and deletion of "buckets" and files contained within them. Review: https://reviewboard.asterisk.org/r/2715/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397600 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -229,6 +229,11 @@ unsigned int aco_option_get_flags(const struct aco_option *option) | ||||
| 	return option->flags; | ||||
| } | ||||
|  | ||||
| intptr_t aco_option_get_argument(const struct aco_option *option, unsigned int position) | ||||
| { | ||||
| 	return option->args[position]; | ||||
| } | ||||
|  | ||||
| #ifdef AST_XML_DOCS | ||||
| /*! \internal | ||||
|  * \brief Find a particular ast_xml_doc_item from it's parent config_info, types, and name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user