///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2019 Ericsson Telecom AB
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v2.0
// which accompanies this distribution, and is available at
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
///////////////////////////////////////////////////////////////////////////////

//
//  File:               SDP_parse_parse.h
//  Rev:                R14C
//  Prodnr:             CNL 113 353
//  Updated:            2012-02-07
//  Contact:            http://ttcn.ericsson.se
//  Reference:          ITU-T SDP
#ifndef SDP_parse_parser_H
#define SDP_parse_parser_H
#include "SDP_Types.hh"
int SDP_parse_parse();

SDP__Types::SDP__Message* SDP_parse_get_parsed_message();
void SDP_parse_set_parsed_message(SDP__Types::SDP__Message* pdu);

void sdplog(const char* fmt, ...);

int SDP_parse_lex();

int SDP_parse_error(const char *s);

#endif
