summaryrefslogtreecommitdiff
path: root/support/dktools/w2llic.h
blob: 61e6b4a372ea04844dcea83d1f61c9dd1d032584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
Copyright (C) 2017-2020, Dirk Krause
SPDX-License-Identifier: BSD-3-Clause
*/

/*
	WARNING: This file was generated by the dkct program (see
	http://dktools.sourceforge.net/ for details).
	Changes you make here will be lost if dkct is run again!
	You should modify the original source and run dkct on it.
	Original source: w2llic.ctr
*/

/**	@file w2llic.h Header file for the w2llic module.
*/

#ifndef W2LLIC_H_INCLUDED
/** Avoid multiple inclusions. */
#define W2LLIC_H_INCLUDED 1


#line 9 "w2llic.ctr"

#ifndef	DK4CONF_H_INCLUDED
#include "dk4conf.h"
#endif

#ifndef	DK4TYPES_H_INCLUDED
#include "dk4types.h"
#endif


#ifdef	__cplusplus
extern "C" {
#endif

/**	Get pointer to string array containing license terms.
	@return	Pointer to string array.
*/
const dkChar * const *
w2llic_get_text(void);

#ifdef	__cplusplus
}
#endif

/* vim: set ai sw=4 ts=4 : */


#endif