url_tag.c File Reference


Detailed Description

URL Tag classes.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>
Date:
Created: Wed Feb 21 10:15:20 2001 ppessi

#include "config.h"
#include <sofia-sip/su.h>
#include <sofia-sip/url_tag.h>
#include <sofia-sip/url_tag_class.h>
#include <sofia-sip/su_tag_class.h>
#include <sofia-sip/url.h>
#include <string.h>

Include dependency graph for url_tag.c:


Functions

int urltag_scan (tag_type_t tt, su_home_t *home, char const *str, tag_value_t *return_value)
 Tag function used to convert a string to a URL tag value.

Function Documentation

int urltag_scan ( tag_type_t  tt,
su_home_t home,
char const *  str,
tag_value_t return_value 
)

Tag function used to convert a string to a URL tag value.

Parameters:
tt tag type
home memory home used to allocate new url_t structure
str string to convert
return_value return-value parameter for converted url
Return values:
0 when successful
-1 upon an error
Since:
New in 1.12.2.


Sofia-SIP 1.12.6 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.