[asterisk-commits] dlee: branch dlee/stasis-http r379073 - /team/dlee/stasis-http/include/asterisk/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 14 15:57:09 CST 2013


Author: dlee
Date: Mon Jan 14 15:57:06 2013
New Revision: 379073

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379073
Log:
Minor cleanup

Modified:
    team/dlee/stasis-http/include/asterisk/stasis.h

Modified: team/dlee/stasis-http/include/asterisk/stasis.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-http/include/asterisk/stasis.h?view=diff&rev=379073&r1=379072&r2=379073
==============================================================================
--- team/dlee/stasis-http/include/asterisk/stasis.h (original)
+++ team/dlee/stasis-http/include/asterisk/stasis.h Mon Jan 14 15:57:06 2013
@@ -1,7 +1,7 @@
 /*
  * Asterisk -- An open source telephony toolkit.
  *
- * Copyright (C) 2012, Digium, Inc.
+ * Copyright (C) 2012 - 2013, Digium, Inc.
  *
  * David M. Lee, II <dlee at digium.com>
  *
@@ -27,8 +27,7 @@
  */
 
 /*!
- * Invoke stasis application for a given channel, with the given arguments.
- *
+ * \brief Invoke stasis application for a given channel, with the given arguments.
  * \param app_name Name of the application to invoke
  * \param chan Channel to invoke application upon
  * \param argc Number of arguments to pass into the application
@@ -37,5 +36,4 @@
  */
 int stasis_app_invoke(const char *app_name, struct ast_channel *chan, int argc, char *argv[]);
 
-
 #endif /* _ASTERISK_STASIS_H */




More information about the asterisk-commits mailing list