mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	More doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		
							
								
								
									
										4
									
								
								config.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								config.c
									
									
									
									
									
								
							| @@ -898,7 +898,7 @@ int ast_config_engine_deregister(struct ast_config_engine *del) | ||||
| 	return 0; | ||||
| } | ||||
|  | ||||
| /*--- find_engine: Find realtime engine for realtime family */ | ||||
| /*! \brief Find realtime engine for realtime family */ | ||||
| static struct ast_config_engine *find_engine(const char *family, char *database, int dbsiz, char *table, int tabsiz)  | ||||
| { | ||||
| 	struct ast_config_engine *eng, *ret = NULL; | ||||
| @@ -1008,7 +1008,7 @@ struct ast_variable *ast_load_realtime(const char *family, ...) | ||||
| 	return res; | ||||
| } | ||||
|  | ||||
| /*--- ast_check_realtime: Check if realtime engine is configured for family */ | ||||
| /*! \brief Check if realtime engine is configured for family */ | ||||
| int ast_check_realtime(const char *family) | ||||
| { | ||||
| 	struct ast_config_engine *eng; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user