[asterisk-commits] branch rizzo/base r9754 - in /team/rizzo/base: apps/ include/asterisk/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Feb 13 03:51:29 MST 2006


Author: rizzo
Date: Mon Feb 13 04:51:26 2006
New Revision: 9754

URL: http://svn.digium.com/view/asterisk?rev=9754&view=rev
Log:
remove whitespace and fix a comment


Modified:
    team/rizzo/base/apps/app_privacy.c
    team/rizzo/base/apps/app_zapbarge.c
    team/rizzo/base/include/asterisk/module.h

Modified: team/rizzo/base/apps/app_privacy.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/base/apps/app_privacy.c?rev=9754&r1=9753&r2=9754&view=diff
==============================================================================
--- team/rizzo/base/apps/app_privacy.c (original)
+++ team/rizzo/base/apps/app_privacy.c Mon Feb 13 04:51:26 2006
@@ -78,8 +78,6 @@
 
 LOCAL_USER_DECL;
 
-
-
 static int privacy_exec (struct ast_channel *chan, void *data)
 {
 	int res=0;

Modified: team/rizzo/base/apps/app_zapbarge.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/base/apps/app_zapbarge.c?rev=9754&r1=9753&r2=9754&view=diff
==============================================================================
--- team/rizzo/base/apps/app_zapbarge.c (original)
+++ team/rizzo/base/apps/app_zapbarge.c Mon Feb 13 04:51:26 2006
@@ -74,7 +74,6 @@
 "state of the channel being monitored.";
 
 LOCAL_USER_DECL;
-
 
 #define CONF_SIZE 160
 

Modified: team/rizzo/base/include/asterisk/module.h
URL: http://svn.digium.com/view/asterisk/team/rizzo/base/include/asterisk/module.h?rev=9754&r1=9753&r2=9754&view=diff
==============================================================================
--- team/rizzo/base/include/asterisk/module.h (original)
+++ team/rizzo/base/include/asterisk/module.h Mon Feb 13 04:51:26 2006
@@ -300,15 +300,11 @@
 void ast_hangup_localusers(struct ast_module_lock *m);
 
 /*! 
- * \brief The localuser declaration.
- *
- * This macro should be used in combination with #STANDARD_LOCAL_USER.  It
- * creates a localuser mutex and several other variables used for keeping the
+ * \brief create a localuser mutex and several other variables used for keeping the
  * use count.
  *
  * <b>Sample Usage:</b>
  * \code
- * STANDARD_LOCAL_USER;
  * LOCAL_USER_DECL;
  * \endcode
  * XXX the initialization of .u is a hack, linkedlist.h needs



More information about the asterisk-commits mailing list