mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Move a couple semicolons to a more traditional location. Was pointed out by Steven <critch@basesys.com> on the -dev list.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33152 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -53,8 +53,8 @@ extern char ast_config_AST_SYSTEM_NAME[20]; | ||||
| int ast_set_priority(int);			/*!< Provided by asterisk.c */ | ||||
| int load_modules(const int preload_only);	/*!< Provided by module.c */ | ||||
| int load_pbx(void);				/*!< Provided by pbx.c */ | ||||
| int init_logger(void)				/*!< Provided by logger.c */; | ||||
| void close_logger(void)				/*!< Provided by logger.c */; | ||||
| int init_logger(void);				/*!< Provided by logger.c */ | ||||
| void close_logger(void);			/*!< Provided by logger.c */ | ||||
| int reload_logger(int);				/*!< Provided by logger.c */ | ||||
| int init_framer(void);				/*!< Provided by frame.c */ | ||||
| int term_init(void);				/*!< Provided by term.c */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user