Skip to content
Snippets Groups Projects
Commit a0bb1743 authored by Jeffrey C. Ollie's avatar Jeffrey C. Ollie
Browse files

Move a couple semicolons to a more traditional location. Was pointed out by...

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
parent 09778b26
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment