Only naming convention and indentation cahnged in a test
[deliverable/titan.core.git] / compiler2 / functionref.h
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 * Raduly, Csaba
11 * Szabados, Kristof
12 * Szabo, Janos Zoltan – initial implementation
13 *
14 ******************************************************************************/
15 #ifndef FUNCTIONREF_H
16 #define FUNCTIONREF_H
17
18 #include "datatypes.h"
19 #include "ttcn3/compiler.h"
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 void defFunctionrefClass(const funcref_def *fdef, output_struct *output);
26 void defFunctionrefTemplate(const funcref_def *fdef, output_struct *output);
27
28 #ifdef __cplusplus
29 } /* extern "C" */
30 #endif
31
32 #endif /* FUNCTIONREF_H */
This page took 0.0313 seconds and 5 git commands to generate.