freeswitch/src/include
Sebastian Kemper 28d39be261 [core] Fix copy/paste mistake in switch_xml.h
Commit 7907994 introduced a copy/paste mistake that may result in
compile failure:

In file included from ../../../../src/include/switch.h:134,
                 from mod_xml_ldap.c:34:
mod_xml_ldap.c: In function 'xml_ldap_search':
../../../../src/include/switch_xml.h:236:68: error: implicit declaration of function 'switch_xml_toxml_buf'; did you mean 'switch_xml_toxml_buf_ex'? [-Werror=implicit-function-declaration]
 #define switch_xml_toxml_buf(xml, buf, buflen, offset, prn_header) switch_xml_toxml_buf(xml, buf, buflen, offset, prn_header, USE_UTF_8_ENCODING);
                                                                    ^~~~~~~~~~~~~~~~~~~~
mod_xml_ldap.c:764:9: note: in expansion of macro 'switch_xml_toxml_buf'
         switch_xml_toxml_buf(xml, buf, 0, 0, 1);
         ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[7]: *** [Makefile:710: mod_xml_ldap_la-mod_xml_ldap.lo] Error 1

This commit fixes the mistake.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-01-01 15:29:28 +01:00
..
private FS-11860 [core] allow configurable separator in event_channel and 2019-07-25 21:51:50 +04:00
test [core] Add SMBF_FIRST flag which forces media bug to front of the list. Add 'f' flag to switch_ivr_displace_session to add displace as first operation on the media stream. (#76) 2019-12-31 03:14:31 +04:00
SimpleGlob.h run indent on the whole tree and update copyright dates in prep for 1.0.5 2010-02-06 03:38:24 +00:00
cc.h FI-393 [fs_cli banner] this commit changes the text on the fs_cli banner 2018-06-14 19:38:05 +00:00
g711.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch.h FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
switch_am_config.h.in use int64_t internally for storage of time_t values in the scheduler because at least then we know what format string to use to print them, and they are often that type anyways. 2007-03-30 01:40:50 +00:00
switch_apr.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_bitpack.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_buffer.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_cJSON.h FS-10036: fix windows build issues. These patches need to go upstream 2017-03-15 16:13:40 -05:00
switch_cJSON_Utils.h FS-10036: update cJSON code to pre 1.4.0 release of cJSON. this includes backports of all our fixes, and our build macros for windows and visibility. It also makes it easy to drop in a new version, and to in the future be able to switch to a system version of cJSON easily (after all these updates are in, probably around v2.0 timeframe. Note this new version adds a lot of extra error checking, fixes some buffer overruns, and improves parser and printer performance 2017-02-27 18:53:23 -06:00
switch_caller.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_channel.h FS-10634 [mod_spandsp]: txfax failing with 488 Not Acceptable Here race 2019-07-18 00:32:53 +04:00
switch_config.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_console.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_core.h FS-11827: [Core] Fix regression in mod_managed due to the type name switch_core_db_handle conflicting with the switch_core_db_handle macro 2019-12-31 02:28:34 +04:00
switch_core_db.h FS-11827: [Core] Fix regression in mod_managed due to the type name switch_core_db_handle conflicting with the switch_core_db_handle macro 2019-12-31 02:28:34 +04:00
switch_core_event_hook.h FS-11785: [core] help clang static analyzer understand this macro construct 2019-07-17 21:48:59 +04:00
switch_core_media.h FS-11958: [core] add switch_core_media functions that deal with bw and bitrate 2019-07-25 17:08:58 +00:00
switch_core_video.h FS-11921: [core] add switch_img_data_url_png 2019-07-18 00:50:48 +04:00
switch_cpp.h FS-11265 #resolve add detectSpeech and playAndDetectSpeech 2018-08-13 18:59:53 +00:00
switch_curl.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_dso.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_estimators.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_event.h FS-11848 [core] add user_data to event_channel_bind 2019-07-17 16:02:12 -04:00
switch_frame.h FS-9922: [mod_conference] Auto Energy Level 2017-03-13 11:52:15 -05:00
switch_hashtable.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_image.h core side of vpx update 2019-07-25 23:06:59 +04:00
switch_ivr.h [Core] Make switch_ivr_orig_and_bridge function return status and a cause. 2019-10-30 21:07:54 +04:00
switch_jitterbuffer.h FS-11959: add switch_jb_get_packets_per_frame() - gets the number of packets per video frame 2019-07-25 18:00:27 +00:00
switch_json.h [FS-11092] #resolve add cJSON_isTrue 2018-07-24 07:21:50 +00:00
switch_limit.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_loadable_module.h FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_module.h 2019-07-15 23:41:07 +04:00
switch_log.h FS-11870 [core, mod_graylog2, mod_console] Added switch_log_node_to_json() and updated mod_graylog2 to use it. This is a unified log node to JSON conversion. 2019-07-18 00:07:54 +04:00
switch_module_interfaces.h FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
switch_mprintf.h FSCORE-617 2010-06-07 16:47:35 -05:00
switch_msrp.h [Core] Disable msrp by default, only enable when listen-port or listen-ssl-port config params configured in msrp.conf 2019-10-13 21:27:58 +04:00
switch_nat.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_odbc.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_platform.h FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_platform.h 2019-07-15 23:47:11 +04:00
switch_private.h.cmake switch_private.h template 2009-02-14 06:56:08 +00:00
switch_profile.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_regex.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_resample.h FS-9922: [mod_conference] Auto Energy Level -- some clean up 2017-04-27 15:28:59 -05:00
switch_rtcp_frame.h FS-11056: [core] fix RTCP lost calculation 2018-07-24 07:21:41 +00:00
switch_rtp.h FS-11654: [core] add media_timeout, media_hold_timeout and video vs audio variants 2019-07-18 00:54:37 +04:00
switch_scheduler.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
switch_ssl.h FS-11659 [core] Fix implicit declaration of RAND_bytes 2019-02-15 22:06:14 +01:00
switch_stun.h FS-11564: [mod_verto] Add ext-rtp-ip detection using stun. 2019-01-09 17:19:11 +04:00
switch_types.h [core] Add SMBF_FIRST flag which forces media bug to front of the list. Add 'f' flag to switch_ivr_displace_session to add displace as first operation on the media stream. (#76) 2019-12-31 03:14:31 +04:00
switch_utf8.h FS-9944 [core] Add core video support to windows build 2017-01-12 23:52:06 +03:00
switch_utils.h FS-11903: Fix regression on Windows in switch_utils.h 2019-07-19 00:33:21 +04:00
switch_vad.h FS-11876 [core] getter for VAD state 2019-07-18 00:31:01 +04:00
switch_version.h.cmake Condense the humanized FS version string 2012-09-23 04:13:04 +00:00
switch_version.h.template FS-5971 --resolve 2013-11-15 21:35:06 +05:00
switch_vpx.h FS-8867: create conversion function stubs in the core so modules do not need to use libyuv directly 2016-02-24 15:12:05 -06:00
switch_xml.h [core] Fix copy/paste mistake in switch_xml.h 2020-01-01 15:29:28 +01:00
switch_xml_config.h FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00