mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	res: Fix for Doxygen.
These are the remaining issues found in /res. ASTERISK-29761 Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
		
				
					committed by
					
						 Friendly Automation
						Friendly Automation
					
				
			
			
				
	
			
			
			
						parent
						
							b2e71b82e7
						
					
				
				
					commit
					178cb0ffe4
				
			| @@ -81,6 +81,7 @@ char *curl_cb_data_get_expires(const struct curl_cb_data *data) | ||||
| /*! | ||||
|  * \brief Called when a CURL request completes | ||||
|  * | ||||
|  * \param buffer, size, nitems | ||||
|  * \param data The curl_cb_data structure to store expiration info | ||||
|  */ | ||||
| static size_t curl_header_callback(char *buffer, size_t size, size_t nitems, void *data) | ||||
| @@ -123,7 +124,7 @@ static size_t curl_header_callback(char *buffer, size_t size, size_t nitems, voi | ||||
|  * \param data The CURL callback data | ||||
|  * | ||||
|  * \retval NULL on failure | ||||
|  * \retval CURL instance on success | ||||
|  * \return CURL instance on success | ||||
|  */ | ||||
| static CURL *get_curl_instance(struct curl_cb_data *data) | ||||
| { | ||||
| @@ -159,7 +160,7 @@ static CURL *get_curl_instance(struct curl_cb_data *data) | ||||
|  * \param filename Function allocates memory and stores full filename (including path) here | ||||
|  * | ||||
|  * \retval -1 on failure | ||||
|  * \retval file descriptor on success | ||||
|  * \return file descriptor on success | ||||
|  */ | ||||
| static int create_temp_file(const char *path, char **filename) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user