summaryrefslogtreecommitdiff
path: root/support/dktools/dkct-str.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/dkct-str.h')
-rw-r--r--support/dktools/dkct-str.h59
1 files changed, 0 insertions, 59 deletions
diff --git a/support/dktools/dkct-str.h b/support/dktools/dkct-str.h
deleted file mode 100644
index cee342c877..0000000000
--- a/support/dktools/dkct-str.h
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
-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