summaryrefslogtreecommitdiff
path: root/support/dktools/dkct-str.h
blob: cee342c87734f21248f3a49219f8d54cabc7e049 (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
51
52
53
54
55
56
57
58
59
/*
Copyright (C) 2011-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: dkct-str.ctr
*/

/**	@file dkct-str.h Header file for the dkct-str module.
*/

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


#line 10 "dkct-str.ctr"

#ifdef __cplusplus
extern "C" {
#endif

/**	Get default message texts.
	@return	Default message texts in English.
*/
dkChar const * const	*
dkct_str_get_message_texts(void);

/**	Get string table file name.
	@return	String table file name.
*/
dkChar const *
dkct_str_get_string_table_file_name(void);

/**	Get array of source file suffixes.
	@return	Suffix list.
*/
dkChar const * const	*
dkct_str_get_source_suffixes(void);

/**	Get array of destination file suffixes.
	@return	Output file name suffix list.
*/
dkChar const * const * const	*
dkct_str_get_dest_suffixes(void);

#ifdef __cplusplus
}
#endif




#endif