mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Constify subscription description parameter string.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@321813 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -840,7 +840,7 @@ int ast_event_sub_activate(struct ast_event_sub *sub) | ||||
| } | ||||
|  | ||||
| struct ast_event_sub *ast_event_subscribe(enum ast_event_type type, ast_event_cb_t cb, | ||||
| 	char *description, void *userdata, ...) | ||||
| 	const char *description, void *userdata, ...) | ||||
| { | ||||
| 	va_list ap; | ||||
| 	enum ast_event_ie_type ie_type; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user