[svn-commits] mmichelson: branch group/CCSS r212996 - /team/group/CCSS/include/asterisk/ccss.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 18 17:32:10 CDT 2009


Author: mmichelson
Date: Tue Aug 18 17:32:07 2009
New Revision: 212996

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=212996
Log:
Destruction function for CCSS configuration parameters.


Modified:
    team/group/CCSS/include/asterisk/ccss.h

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=212996&r1=212995&r2=212996
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Tue Aug 18 17:32:07 2009
@@ -128,6 +128,16 @@
 struct ast_cc_config_params *ast_cc_config_params_init(void);
 
 /*!
+ * \brief Free memory from CCSS configuration params
+ *
+ * Just a call to ast_free for now...
+ *
+ * \param params Pointer to structure whose memory we need to free
+ * \retval void
+ */
+void ast_cc_config_params_destroy(struct ast_cc_config_params *params);
+
+/*!
  * \since 1.6.4
  * \brief Is this a CCSS configuration parameter?
  * \param name Name of configuration option being parsed.




More information about the svn-commits mailing list