Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sofia-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
sofia-sip
Commits
9ae916b9
Commit
9ae916b9
authored
Nov 27, 2008
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sdp/sdp.docs: fixed whitespace
darcs-hash:20081127232524-db55f-421db18be81f0e4642858391a1d4466d9d7b5071.gz
parent
8b3d7f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
sdp.docs
libsofia-sip-ua/sdp/sdp.docs
+6
-6
No files found.
libsofia-sip-ua/sdp/sdp.docs
View file @
9ae916b9
...
...
@@ -69,7 +69,7 @@ send them to network, and then free the message:
show_critical_error(sdp_printing_error(printer));
}
sdp_printer_free(printer);
@endcode
@endcode
@section sdp_example Example
...
...
@@ -79,7 +79,7 @@ version number in the origin line, and encodes the SDP description again to
@a buf.
@code
size_t increment_sdp_version(char buf[], size_t bsize,
size_t increment_sdp_version(char buf[], size_t bsize,
char const *original, size_t osize)
{
su_home_t home[1] = { SU_HOME_INIT(home) };
...
...
@@ -89,7 +89,7 @@ size_t increment_sdp_version(char buf[], size_t bsize,
if (sdp_session(parser)) {
sdp_session_t *sdp = sdp_session(parser);
sdp->sdp_origin->o_version++;
printer = sdp_print(home, sdp, buf, bsize, 0);
...
...
@@ -98,19 +98,19 @@ size_t increment_sdp_version(char buf[], size_t bsize,
retval = sdp_message_size(printer);
}
else {
fprintf(stderr, "increment_sdp_version: %s\n",
fprintf(stderr, "increment_sdp_version: %s\n",
sdp_printing_error(printer));
}
sdp_printer_free(printer);
}
else {
fprintf(stderr, "increment_sdp_version: %s\n",
fprintf(stderr, "increment_sdp_version: %s\n",
sdp_parsing_error(parser));
}
sdp_parser_free(parser);
su_home_deinit(home);
return retval;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment