Fri May 15 11:31:44 CDT 2009 Michael Jerris <mike@jerris.com>
* sdp_print.c: build errors fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13383 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ff3be9d97f
commit
09b2fd335a
|
@ -1 +1 @@
|
|||
Fri May 15 11:18:36 CDT 2009
|
||||
Tue May 19 09:46:18 CDT 2009
|
||||
|
|
|
@ -87,9 +87,8 @@ static struct sdp_printer_s printer_memory_error = {
|
|||
sizeof(printer_memory_error.pr_buffer)
|
||||
};
|
||||
|
||||
static void printing_error(sdp_printer_t *p, const char *fmt, ...);
|
||||
|
||||
static void print_session(sdp_printer_t *p, sdp_session_t const *session);
|
||||
static void printing_error(sdp_printer_t *p, const char *fmt, ...);
|
||||
|
||||
/** Print a SDP description.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue