[asterisk-commits] branch oej/aum-trunk - r7780 in /team/oej/aum-trunk: include/asterisk/ res/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jan 4 06:27:09 CST 2006


Author: oej
Date: Wed Jan  4 06:27:05 2006
New Revision: 7780

URL: http://svn.digium.com/view/asterisk?rev=7780&view=rev
Log:
Renaming more files

Added:
    team/oej/aum-trunk/res/res_astum.c
      - copied, changed from r7719, team/oej/aum-trunk/res/res_aum.c
Removed:
    team/oej/aum-trunk/res/res_aum.c
Modified:
    team/oej/aum-trunk/include/asterisk/astum.h

Modified: team/oej/aum-trunk/include/asterisk/astum.h
URL: http://svn.digium.com/view/asterisk/team/oej/aum-trunk/include/asterisk/astum.h?rev=7780&r1=7779&r2=7780&view=diff
==============================================================================
--- team/oej/aum-trunk/include/asterisk/astum.h (original)
+++ team/oej/aum-trunk/include/asterisk/astum.h Wed Jan  4 06:27:05 2006
@@ -49,6 +49,7 @@
 	AUM_CHAR_UTF8,			/*!< Unicode ISO 9660, UTF 8 encoding */
 };
 
+/*! Convert strings between character sets */
 struct aum_string_convert {
 	enum aum_string_charset	charset;	/*!< Character set */
 	const char *label;			/*!< Label used in strings in config files */

Copied: team/oej/aum-trunk/res/res_astum.c (from r7719, team/oej/aum-trunk/res/res_aum.c)
URL: http://svn.digium.com/view/asterisk/team/oej/aum-trunk/res/res_astum.c?p2=team/oej/aum-trunk/res/res_astum.c&p1=team/oej/aum-trunk/res/res_aum.c&r1=7719&r2=7780&rev=7780&view=diff
==============================================================================
--- team/oej/aum-trunk/res/res_aum.c (original)
+++ team/oej/aum-trunk/res/res_astum.c Wed Jan  4 06:27:05 2006
@@ -21,11 +21,11 @@
 
 /*! \file
  *
- * \brief ASTUM - Asterisk User Management
+ * \brief AstUM - Asterisk User Management
  *
  * \author Olle E. Johansson <oej at edvina.net>
  *
- * \arg For information about aum, see \ref AUM_desc
+ * \arg For information about AstUM, see \ref AUM_desc
  *
  */
  



More information about the asterisk-commits mailing list