freeswitch/src/include
Michael Jerris 42e78242a3 add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4494 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-09 20:44:13 +00:00
..
switch.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_am_config.h.in add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_apr.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_bitpack.h Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors: 2006-11-27 22:30:48 +00:00
switch_buffer.h fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_caller.h constify switch_caller_profile_new 2007-02-19 03:23:02 +00:00
switch_channel.h switch_channel_set_variable_nodup which does not dup the value from the session pool. The value MUST already be allocated from the pool for that session, or very bad things could happen. Use with caution. 2007-02-19 22:57:27 +00:00
switch_config.h fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_console.h s.data is void * 2007-02-14 15:08:49 +00:00
switch_core.h add management interface and some rtp goodies 2007-03-07 18:34:22 +00:00
switch_core_db.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_event.h constification for switch_core_hash_find and switch_event_create_subclass 2007-02-14 03:22:43 +00:00
switch_frame.h change a few things to allow timers to generate timestamps 2007-03-05 20:53:54 +00:00
switch_ivr.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_loadable_module.h add management interface and some rtp goodies 2007-03-07 18:34:22 +00:00
switch_log.h constify the fmt string on all printf like functions 2007-02-14 02:53:23 +00:00
switch_module_interfaces.h add management interface and some rtp goodies 2007-03-07 18:34:22 +00:00
switch_platform.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_private.h.in add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_regex.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_resample.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_rtp.h change names to protect the innocent (make sure to avoid problems) 2007-03-09 16:30:34 +00:00
switch_sqlite.h fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_stun.h fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces 2007-02-09 02:36:03 +00:00
switch_types.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_utils.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00
switch_version.h.in version stuff 2006-01-06 17:44:19 +00:00
switch_xml.h add wrapper code to fully encapsulate apr, apr-utils, pcre, and sqlite. fully use switch_ namespace in modules, create our own format and type defines. follow up commit for unix autotools coming soon after this. PLEASE NOTE: you will NEED to do a make megaclean and run configure again after this update (and the following commit) or it will not build. 2007-03-09 20:44:13 +00:00