mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Add attributes to various API calls, to help track down bugs (and remove a deprecated function)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2130,7 +2130,8 @@ int ast_update_realtime(const char *family, const char *keyfield, const char *lo | ||||
| 	return res; | ||||
| } | ||||
|  | ||||
| int ast_store_realtime(const char *family, ...) { | ||||
| int ast_store_realtime(const char *family, ...) | ||||
| { | ||||
| 	struct ast_config_engine *eng; | ||||
| 	int res = -1; | ||||
| 	char db[256]=""; | ||||
| @@ -2146,7 +2147,8 @@ int ast_store_realtime(const char *family, ...) { | ||||
| 	return res; | ||||
| } | ||||
|  | ||||
| int ast_destroy_realtime(const char *family, const char *keyfield, const char *lookup, ...) { | ||||
| int ast_destroy_realtime(const char *family, const char *keyfield, const char *lookup, ...) | ||||
| { | ||||
| 	struct ast_config_engine *eng; | ||||
| 	int res = -1; | ||||
| 	char db[256]=""; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user