Sync with 5.4.2
[deliverable/titan.core.git] / compiler2 / functionref.h
CommitLineData
970ed795 1///////////////////////////////////////////////////////////////////////////////
3abe9331 2// Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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#ifndef FUNCTIONREF_H
9#define FUNCTIONREF_H
10
11#include "datatypes.h"
12#include "ttcn3/compiler.h"
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18void defFunctionrefClass(const funcref_def *fdef, output_struct *output);
19void defFunctionrefTemplate(const funcref_def *fdef, output_struct *output);
20
21#ifdef __cplusplus
22} /* extern "C" */
23#endif
24
25#endif /* FUNCTIONREF_H */
This page took 0.027306 seconds and 5 git commands to generate.