mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	progdocs: Fix Doxygen left-overs.
Change-Id: I5b5cf9c9cbbe00ba8b379a8d162ac67445d39016
This commit is contained in:
		
				
					committed by
					
						 Friendly Automation
						Friendly Automation
					
				
			
			
				
	
			
			
			
						parent
						
							81a9b566e8
						
					
				
				
					commit
					6cda1db595
				
			| @@ -126,7 +126,7 @@ void ast_ari_config_destroy(void); | ||||
|  * ao2_cleanup() when you're done with it. | ||||
|  * | ||||
|  * \return ARI configuration object. | ||||
|  * \return \c NULL on error. | ||||
|  * \retval NULL on error. | ||||
|  */ | ||||
| struct ast_ari_conf *ast_ari_config_get(void); | ||||
|  | ||||
| @@ -136,7 +136,7 @@ struct ast_ari_conf *ast_ari_config_get(void); | ||||
|  * \param username Name of the user. | ||||
|  * \param password User's password. | ||||
|  * \return User object. | ||||
|  * \return \c NULL if username or password is invalid. | ||||
|  * \retval NULL if username or password is invalid. | ||||
|  */ | ||||
| struct ast_ari_conf_user *ast_ari_config_validate_user(const char *username, | ||||
| 	const char *password); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user