Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

osip_content_length.h

Go to the documentation of this file.
00001 /*
00002   The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
00003   Copyright (C) 2001,2002,2003,2004,2005  Aymeric MOIZARD jack@atosc.org
00004   
00005   This library is free software; you can redistribute it and/or
00006   modify it under the terms of the GNU Lesser General Public
00007   License as published by the Free Software Foundation; either
00008   version 2.1 of the License, or (at your option) any later version.
00009   
00010   This library is distributed in the hope that it will be useful,
00011   but WITHOUT ANY WARRANTY; without even the implied warranty of
00012   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013   Lesser General Public License for more details.
00014   
00015   You should have received a copy of the GNU Lesser General Public
00016   License along with this library; if not, write to the Free Software
00017   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00018 */
00019 
00020 
00021 #ifndef _OSIP_CONTENT_LENGTH_H_
00022 #define _OSIP_CONTENT_LENGTH_H_
00023 
00024 
00040   typedef struct osip_content_length osip_content_length_t;
00041 
00046   struct osip_content_length
00047   {
00048     char *value;    
00049   };
00050 
00051 #ifdef __cplusplus
00052 extern "C"
00053 {
00054 #endif
00055 
00060   int osip_content_length_init (osip_content_length_t ** header);
00065   void osip_content_length_free (osip_content_length_t * header);
00071   int osip_content_length_parse (osip_content_length_t * header, const char *hvalue);
00077   int osip_content_length_to_str (const osip_content_length_t * header, char **dest);
00083   int osip_content_length_clone (const osip_content_length_t * header,
00084                             osip_content_length_t ** dest);
00085 
00086 
00087 #ifdef __cplusplus
00088 }
00089 #endif
00090 
00093 #endif

Generated on Tue Feb 22 00:59:46 2005 for libosip by  doxygen 1.4.1