mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
formats cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7384 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -56,6 +56,7 @@ struct local_stream_context {
|
||||
int line;
|
||||
struct local_stream_context *next;
|
||||
};
|
||||
|
||||
typedef struct local_stream_context local_stream_context_t;
|
||||
|
||||
struct local_stream_source {
|
||||
@@ -74,6 +75,7 @@ struct local_stream_source {
|
||||
switch_memory_pool_t *pool;
|
||||
int shuffle;
|
||||
};
|
||||
|
||||
typedef struct local_stream_source local_stream_source_t;
|
||||
|
||||
static unsigned int S = 0;
|
||||
|
Reference in New Issue
Block a user