additional fixes to checkstate
[deliverable/titan.core.git] / compiler2 / record.h
CommitLineData
d44e3c4f 1/******************************************************************************
2 * Copyright (c) 2000-2016 Ericsson Telecom AB
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Balasko, Jeno
10 * Cserveni, Akos
11 * Kremer, Peter
12 * Raduly, Csaba
13 * Szabo, Janos Zoltan – initial implementation
14 *
15 ******************************************************************************/
970ed795
EL
16#ifndef RECORD_H
17#define RECORD_H
18
19#include "datatypes.h"
20#include "ttcn3/compiler.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26void defRecordClass(const struct_def *sdef, output_struct *output);
27void defRecordTemplate(const struct_def *sdef, output_struct *output);
28
29#ifdef __cplusplus
30} /* extern "C" */
31#endif
32
33#endif
This page took 0.024367 seconds and 5 git commands to generate.