From 631fffee8a28b1bec5ed1f1d26a20e0135967f99 Mon Sep 17 00:00:00 2001 From: Mamadou DIOP Date: Mon, 17 Aug 2015 01:56:35 +0200 Subject: - --- .../tinysip/headers/tsip_header_In_Reply_To.h | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tinySIP/include/tinysip/headers/tsip_header_In_Reply_To.h (limited to 'tinySIP/include/tinysip/headers/tsip_header_In_Reply_To.h') diff --git a/tinySIP/include/tinysip/headers/tsip_header_In_Reply_To.h b/tinySIP/include/tinysip/headers/tsip_header_In_Reply_To.h new file mode 100644 index 0000000..90477c6 --- /dev/null +++ b/tinySIP/include/tinysip/headers/tsip_header_In_Reply_To.h @@ -0,0 +1,54 @@ +/* +* Copyright (C) 2010-2011 Mamadou Diop. +* +* Contact: Mamadou Diop +* +* This file is part of Open Source Doubango Framework. +* +* DOUBANGO is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* DOUBANGO is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with DOUBANGO. +* +*/ + +/**@file tsip_header_In_Reply_To.h + * @brief SIP header 'In-Reply-To'. + * + * @author Mamadou Diop + * + + */ +#ifndef _TSIP_HEADER_IN_REPLY_TO_H_ +#define _TSIP_HEADER_IN_REPLY_TO_H_ + +#include "tinysip_config.h" +#include "tinysip/headers/tsip_header.h" + +TSIP_BEGIN_DECLS + +//////////////////////////////////////////////////////////////////////////////////////////////////// +/// +/// @brief SIP header 'In-Reply-To'. +/// +/// @par ABNF +/// +//////////////////////////////////////////////////////////////////////////////////////////////////// +typedef struct tsip_header_In_Reply_To_s +{ + TSIP_DECLARE_HEADER; +} +tsip_header_In_Reply_To_t; + +TSIP_END_DECLS + +#endif /* _TSIP_HEADER_IN_REPLY_TO_H_ */ + -- cgit v1.1