[svn-commits] dlee: branch dlee/stasis-http r382550 - in /team/dlee/stasis-http: ./ apps/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Mar 6 17:18:33 CST 2013
Author: dlee
Date: Wed Mar 6 17:18:29 2013
New Revision: 382550
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382550
Log:
Export all stasis_* symbols from app_stasis
........
Merged revisions 382549 from http://svn.asterisk.org/svn/asterisk/team/dlee/stasis-app
Modified:
team/dlee/stasis-http/ (props changed)
team/dlee/stasis-http/apps/app_stasis.exports.in
Propchange: team/dlee/stasis-http/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Mar 6 17:18:29 2013
@@ -1,1 +1,1 @@
-/team/dlee/stasis-app:1-382542
+/team/dlee/stasis-app:1-382549
Modified: team/dlee/stasis-http/apps/app_stasis.exports.in
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-http/apps/app_stasis.exports.in?view=diff&rev=382550&r1=382549&r2=382550
==============================================================================
--- team/dlee/stasis-http/apps/app_stasis.exports.in (original)
+++ team/dlee/stasis-http/apps/app_stasis.exports.in Wed Mar 6 17:18:29 2013
@@ -1,7 +1,6 @@
{
- global:
- LINKER_SYMBOL_PREFIXstasis_app_register;
- LINKER_SYMBOL_PREFIXstasis_app_unregister;
- local:
- *;
+ global:
+ LINKER_SYMBOL_PREFIXstasis_*;
+ local:
+ *;
};
More information about the svn-commits
mailing list