mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
switch_config isn't used anymore. leaving the .c and .h file there for now, we may remove them in the future.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4758 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -79,7 +79,6 @@
|
||||
#include <switch_console.h>
|
||||
#include <switch_utils.h>
|
||||
#include <switch_caller.h>
|
||||
#include <switch_config.h>
|
||||
#include <switch_frame.h>
|
||||
#include <switch_module_interfaces.h>
|
||||
#include <switch_channel.h>
|
||||
|
||||
@@ -60,6 +60,8 @@
|
||||
|
||||
SWITCH_BEGIN_EXTERN_C
|
||||
|
||||
typedef struct switch_config switch_config_t;
|
||||
|
||||
/*! \brief A simple file handle representing an open configuration file **/
|
||||
struct switch_config {
|
||||
/*! FILE stream buffer to the opened file */
|
||||
|
||||
@@ -969,7 +969,6 @@ typedef struct switch_core_thread_session switch_core_thread_session_t;
|
||||
typedef struct switch_codec_implementation switch_codec_implementation_t;
|
||||
typedef struct switch_buffer switch_buffer_t;
|
||||
typedef struct switch_codec_settings switch_codec_settings_t;
|
||||
typedef struct switch_config switch_config_t;
|
||||
|
||||
typedef struct switch_io_event_hook_outgoing_channel switch_io_event_hook_outgoing_channel_t;
|
||||
typedef struct switch_io_event_hook_answer_channel switch_io_event_hook_answer_channel_t;
|
||||
|
||||
Reference in New Issue
Block a user