[asterisk-commits] mnicholson: branch irroot/t38gateway-trunk r324625 - /team/irroot/t38gateway-...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 23 12:52:15 CDT 2011
Author: mnicholson
Date: Thu Jun 23 12:52:11 2011
New Revision: 324625
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=324625
Log:
more documentation fixes
Modified:
team/irroot/t38gateway-trunk/res/res_fax.c
Modified: team/irroot/t38gateway-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax.c?view=diff&rev=324625&r1=324624&r2=324625
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Thu Jun 23 12:52:11 2011
@@ -2393,10 +2393,10 @@
}
}
-/*! \brief returns a reference counted gateway structure from the channel's fax gateway datastore.
- * \param chan channel to look for the datastore
- * \param create flag if set the datastore will be created if not found
- * \return fax gateway object or null if it does not exist or cant be created depending on create.*/
+/*! \brief Create a new fax gateway object.
+ * \param details the fax session details
+ * \return NULL or a fax gateway object
+ */
static struct fax_gateway *fax_gateway_new(struct ast_fax_session_details *details)
{
struct fax_gateway *gateway = ao2_alloc(sizeof(*gateway), destroy_gateway);
More information about the asterisk-commits
mailing list