mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
re-factor, cleanup ODBC ifdefs, whitespace and comment cleanup.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6349 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -54,7 +54,6 @@ typedef enum {
|
||||
SWITCH_ODBC_STATE_CONNECTED,
|
||||
SWITCH_ODBC_STATE_ERROR
|
||||
} switch_odbc_state_t;
|
||||
typedef struct switch_odbc_handle switch_odbc_handle_t;
|
||||
|
||||
typedef enum {
|
||||
SWITCH_ODBC_SUCCESS = 0,
|
||||
|
||||
@@ -1047,7 +1047,7 @@ 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_odbc_handle switch_odbc_handle_t;
|
||||
|
||||
typedef struct switch_io_routines switch_io_routines_t;
|
||||
typedef struct switch_speech_handle switch_speech_handle_t;
|
||||
|
||||
Reference in New Issue
Block a user