[svn-commits] dlee: branch dlee/allow-multiple r395409 - /team/dlee/allow-multiple/res/stas...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jul 25 10:21:42 CDT 2013
Author: dlee
Date: Thu Jul 25 10:21:41 2013
New Revision: 395409
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395409
Log:
make ari-stubs
Modified:
team/dlee/allow-multiple/res/stasis_http/resource_asterisk.h
team/dlee/allow-multiple/res/stasis_http/resource_bridges.h
team/dlee/allow-multiple/res/stasis_http/resource_events.h
Modified: team/dlee/allow-multiple/res/stasis_http/resource_asterisk.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/allow-multiple/res/stasis_http/resource_asterisk.h?view=diff&rev=395409&r1=395408&r2=395409
==============================================================================
--- team/dlee/allow-multiple/res/stasis_http/resource_asterisk.h (original)
+++ team/dlee/allow-multiple/res/stasis_http/resource_asterisk.h Thu Jul 25 10:21:41 2013
@@ -43,7 +43,7 @@
struct ast_get_asterisk_info_args {
/*! \brief Array of Filter information returned */
const char **only;
- /*! \brief Lenght of only array. */
+ /*! \brief Length of only array. */
size_t only_count;
/*! \brief Parsing context for only. */
char *only_parse;
Modified: team/dlee/allow-multiple/res/stasis_http/resource_bridges.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/allow-multiple/res/stasis_http/resource_bridges.h?view=diff&rev=395409&r1=395408&r2=395409
==============================================================================
--- team/dlee/allow-multiple/res/stasis_http/resource_bridges.h (original)
+++ team/dlee/allow-multiple/res/stasis_http/resource_bridges.h Thu Jul 25 10:21:41 2013
@@ -99,7 +99,7 @@
const char *bridge_id;
/*! \brief Array of Ids of channels to add to bridge */
const char **channel;
- /*! \brief Lenght of channel array. */
+ /*! \brief Length of channel array. */
size_t channel_count;
/*! \brief Parsing context for channel. */
char *channel_parse;
@@ -118,7 +118,7 @@
const char *bridge_id;
/*! \brief Array of Ids of channels to remove from bridge */
const char **channel;
- /*! \brief Lenght of channel array. */
+ /*! \brief Length of channel array. */
size_t channel_count;
/*! \brief Parsing context for channel. */
char *channel_parse;
Modified: team/dlee/allow-multiple/res/stasis_http/resource_events.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/allow-multiple/res/stasis_http/resource_events.h?view=diff&rev=395409&r1=395408&r2=395409
==============================================================================
--- team/dlee/allow-multiple/res/stasis_http/resource_events.h (original)
+++ team/dlee/allow-multiple/res/stasis_http/resource_events.h Thu Jul 25 10:21:41 2013
@@ -43,7 +43,7 @@
struct ast_event_websocket_args {
/*! \brief Array of Applications to subscribe to. */
const char **app;
- /*! \brief Lenght of app array. */
+ /*! \brief Length of app array. */
size_t app_count;
/*! \brief Parsing context for app. */
char *app_parse;
More information about the svn-commits
mailing list