- started DocBook documentation

This commit is contained in:
Thomas Ries
2005-04-10 19:26:54 +00:00
parent a5e12e1da2
commit 2fd9cde299
6 changed files with 982 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ int sip_body_to_str(const osip_body_t * body, char **dest, int *len) {
return sts;
#else
int sts;
sts = osip_body_to_str(body, &dest);
sts = osip_body_to_str(body, dest);
*len = strlen(*dest);
return sts;
#endif