formats cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7384 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2008-01-27 03:14:27 +00:00
parent ab3b855841
commit 4156b6c88f
4 changed files with 4 additions and 46 deletions

View File

@@ -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;