summaryrefslogtreecommitdiff
path: root/support/dktools/dk3prcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/dk3prcfg.h')
-rw-r--r--support/dktools/dk3prcfg.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/support/dktools/dk3prcfg.h b/support/dktools/dk3prcfg.h
deleted file mode 100644
index 26fab757a7..0000000000
--- a/support/dktools/dk3prcfg.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-Copyright (C) 2013-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: dk3prcfg.ctr
-*/
-
-/** @file dk3prcfg.h Header file for the dk3prcfg module.
-*/
-
-#ifndef DK3PRCFG_H_INCLUDED
-/** Avoid multiple inclusions. */
-#define DK3PRCFG_H_INCLUDED 1
-
-
-#line 8 "dk3prcfg.ctr"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/** Read dk3print.conf files.
- @param pc Configuration to set up.
- @return 1 on success, 0 on error.
-*/
-int
-dk3print_read_config_files(dk3_print_conf_t *pc);
-
-#ifdef __cplusplus
-}
-#endif
-
-
-#endif