[svn-commits] trunk r33152 - /trunk/include/asterisk.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 8 19:20:26 MST 2006
Author: jcollie
Date: Thu Jun 8 21:20:25 2006
New Revision: 33152
URL: http://svn.digium.com/view/asterisk?rev=33152&view=rev
Log:
Move a couple semicolons to a more traditional location. Was pointed out by Steven <critch at basesys.com> on the -dev list.
Modified:
trunk/include/asterisk.h
Modified: trunk/include/asterisk.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk.h?rev=33152&r1=33151&r2=33152&view=diff
==============================================================================
--- trunk/include/asterisk.h (original)
+++ trunk/include/asterisk.h Thu Jun 8 21:20:25 2006
@@ -53,8 +53,8 @@
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 */
More information about the svn-commits
mailing list